Skip to content

Commit b7ec34c

Browse files
committed
Updating revision from 1.16.4 to 1.17.
1 parent 6a2cf5d commit b7ec34c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.phase1geo.minder', ['vala', 'c'],
2-
version : '1.16.4',
2+
version : '1.17.0',
33
license: 'GPL-3.0'
44
)
55

src/Application.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Minder : Granite.Application {
3333
private GLib.Settings touch_settings;
3434

3535
public static GLib.Settings settings;
36-
public static string version = "1.16.4";
36+
public static string version = "1.17";
3737

3838
public Minder () {
3939

0 commit comments

Comments
 (0)