Skip to content

Commit

Permalink
* Adding information for 1.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Oct 9, 2018
1 parent 99b513b commit 58d587c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/com.github.phase1geo.minder.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="1.1.2" date="2018-10-09">
<description>
Updating French translation.
</description>
</release>
<release version="1.1.1" date="2018-09-27">
<description>
<p>Bug fix release</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class Minder : Granite.Application {

/* If the version was specified, output it and then exit */
if( version ) {
stdout.printf( "1.1.1\n" );
stdout.printf( "1.1.2\n" );
Process.exit( 0 );
}

Expand Down

0 comments on commit 58d587c

Please sign in to comment.