Skip to content

Commit 58d587c

Browse files
committed
* Adding information for 1.1.2 release.
1 parent 99b513b commit 58d587c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/com.github.phase1geo.minder.appdata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
<content_attribute id="money-gambling">none</content_attribute>
7777
</content_rating>
7878
<releases>
79+
<release version="1.1.2" date="2018-10-09">
80+
<description>
81+
Updating French translation.
82+
</description>
83+
</release>
7984
<release version="1.1.1" date="2018-09-27">
8085
<description>
8186
<p>Bug fix release</p>

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class Minder : Granite.Application {
122122

123123
/* If the version was specified, output it and then exit */
124124
if( version ) {
125-
stdout.printf( "1.1.1\n" );
125+
stdout.printf( "1.1.2\n" );
126126
Process.exit( 0 );
127127
}
128128

0 commit comments

Comments
 (0)