diff --git a/build.sh b/build.sh index 6141f31..49488f4 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ if [ -d unpack ]; then sudo rm -rf unpack fi -version="1.0.2" +version="1.0.3" mkdir -p unpack/DEBIAN diff --git a/debian/control b/debian/control index 9855720..6561400 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: sonist -Version: 1.0.2 +Version: 1.0.3 Section: X11 Architecture: all Author: Yutent diff --git a/usr/lib/sonist/about_app.py b/usr/lib/sonist/about_app.py index 7a380f3..70fdba5 100644 --- a/usr/lib/sonist/about_app.py +++ b/usr/lib/sonist/about_app.py @@ -21,7 +21,7 @@ class AboutWindow(Gtk.AboutDialog): self.set_logo(GdkPixbuf.Pixbuf.new_from_file(image_dict['sonist'])) self.set_license_type(Gtk.License.MIT_X11) - self.set_version('1.0.2') + self.set_version('1.0.3') self.set_website('https://github.com/app-cat/sonist-gtk') self.set_website_label('官网') self.set_authors([