Skip to content

Commit 5d1f874

Browse files
committed
Updating files for upcoming 2.0.0-beta2 pre-release
1 parent 4ea7832 commit 5d1f874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.phase1geo.minder', ['vala', 'c'],
2-
version : '2.0.0-beta1',
2+
version : '2.0.0-beta2',
33
license: 'GPL-3.0'
44
)
55

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Minder : Gtk.Application {
3333
private GLib.Settings touch_settings;
3434

3535
public static GLib.Settings settings;
36-
public static string version = "2.0.0-beta1";
36+
public static string version = "2.0.0-beta2";
3737
public static bool debug = false;
3838
public static bool debug_advance = false;
3939
public static int debug_count = 0;

0 commit comments

Comments
 (0)