We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e67760 commit 7192ac1Copy full SHA for 7192ac1
meson.build
@@ -2,7 +2,7 @@
2
project (
3
'com.github.rajsolai.textsnatcher',
4
'vala', 'c',
5
- version: '1.0.1'
+ version: '2.0'
6
)
7
8
# Translation module
src/components/AboutDialog.vala
@@ -12,7 +12,7 @@ class TsAboutDialog : Gtk.AboutDialog {
12
program_name = "TextSnatcher" ;
13
comments = "Snatch Text with a Drag" ;
14
copyright = null ;
15
- version = "1.0.1" ;
+ version = "2.0" ;
16
17
license = null ;
18
wrap_license = true ;
0 commit comments