Browse Source

bump version number to 0.4

Thomas Buck 2 years ago
parent
commit
a4b5fe5139
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      dist/PKGBUILD
  2. 1
    1
      dist/setup_mac.py
  3. 1
    1
      src/octotray.py

+ 1
- 1
dist/PKGBUILD View File

1
 # Maintainer: Thomas Buck <thomas@xythobuz.de>
1
 # Maintainer: Thomas Buck <thomas@xythobuz.de>
2
 pkgname=OctoTray
2
 pkgname=OctoTray
3
-pkgver=0.3
3
+pkgver=0.4
4
 pkgrel=1
4
 pkgrel=1
5
 pkgdesc="Control OctoPrint instances from system tray"
5
 pkgdesc="Control OctoPrint instances from system tray"
6
 arch=('any')
6
 arch=('any')

+ 1
- 1
dist/setup_mac.py View File

6
 APP_NAME = "OctoTray"
6
 APP_NAME = "OctoTray"
7
 APP = [ 'octotray.py' ]
7
 APP = [ 'octotray.py' ]
8
 DATA_FILES = [ 'octotray_icon.png' ]
8
 DATA_FILES = [ 'octotray_icon.png' ]
9
-VERSION="0.3.0"
9
+VERSION="0.4.0"
10
 
10
 
11
 OPTIONS = {
11
 OPTIONS = {
12
     'argv_emulation': True,
12
     'argv_emulation': True,

+ 1
- 1
src/octotray.py View File

340
 class OctoTray():
340
 class OctoTray():
341
     name = "OctoTray"
341
     name = "OctoTray"
342
     vendor = "xythobuz"
342
     vendor = "xythobuz"
343
-    version = "0.3"
343
+    version = "0.4"
344
 
344
 
345
     iconName = "octotray_icon.png"
345
     iconName = "octotray_icon.png"
346
     iconPaths = [
346
     iconPaths = [

Loading…
Cancel
Save