Skip to content

Commit 916c472

Browse files
committed
* Updating version number.
1 parent 4b71e58 commit 916c472

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.outliner', ['vala', 'c'],
2-
version : '1.0.0',
2+
version : '1.0.1',
33
license: 'GPL-3.0'
44
)
55

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Outliner : Granite.Application {
2828
private static string? open_file = null;
2929
private static bool new_file = false;
3030
private static bool testing = false;
31-
private static string version = "1.0.0";
31+
private static string version = "1.0.1";
3232
public static GLib.Settings settings;
3333

3434
public Outliner () {

0 commit comments

Comments
 (0)