Skip to content

Commit 1f13099

Browse files
committed
* Updating release number.
1 parent 7259a2c commit 1f13099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0\n" );
125+
stdout.printf( "1.1.1\n" );
126126
Process.exit( 0 );
127127
}
128128

0 commit comments

Comments
 (0)