Skip to content

Commit 42a52b1

Browse files
committed
Release 1.9.2. Bumped app version number, wrote some news.
1 parent 023eb17 commit 42a52b1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Android/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Android/mobile/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "fi.iki.murgo.irssinotifier"
99
minSdkVersion 14
1010
targetSdkVersion 27
11-
versionCode 17
12-
versionName "1.9.1"
11+
versionCode 18
12+
versionName "1.9.2"
1313
}
1414
flavorDimensions "version"
1515
productFlavors {

Server/IrssiNotifierServer/html/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ <h1>What's new?</h1>
212212

213213
<p class="answer">For latest developments, check project's <a href="https://github.com/murgo/irssinotifier">Github page</a>.<p>
214214

215+
<p class="question news">2.12.2018: IrssiNotifier 1.9.2 released.</p>
216+
<div class="answer news-content">
217+
New version of the app has been released, that fixes only single message showing up in the app. Thanks to everybody for reporting, and special thanks to <a href="https://github.com/jheidel">jheidel</a> for debugging the issue.
218+
</div>
219+
215220
<p class="question news">11.11.2018: Android 9 is now supported.</p>
216221
<div class="answer news-content">
217222
New version of the IrssiNotifier app (1.9.1) has been released, which removes Google Cloud Messaging in favor of Firebase Cloud Messaging to properly support Android Pie.

0 commit comments

Comments
 (0)