Skip to content

Commit 7192ac1

Browse files
committed
version bump
1 parent 9e67760 commit 7192ac1

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
@@ -2,7 +2,7 @@
22
project (
33
'com.github.rajsolai.textsnatcher',
44
'vala', 'c',
5-
version: '1.0.1'
5+
version: '2.0'
66
)
77

88
# Translation module

src/components/AboutDialog.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TsAboutDialog : Gtk.AboutDialog {
1212
program_name = "TextSnatcher" ;
1313
comments = "Snatch Text with a Drag" ;
1414
copyright = null ;
15-
version = "1.0.1" ;
15+
version = "2.0" ;
1616

1717
license = null ;
1818
wrap_license = true ;

0 commit comments

Comments
 (0)