We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff9800 commit 89486acCopy full SHA for 89486ac
build_templates/linux/mcdatapacker.desktop
@@ -8,4 +8,4 @@ Name=MCDatapacker
8
StartupNotify=true
9
Terminal=false
10
Type=Application
11
-X-AppImage-Version=0.8.0
+X-AppImage-Version=0.9.0
src/src.pro
@@ -334,7 +334,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
334
!isEmpty(target.path): INSTALLS += target
335
336
VERSION_MAJOR = 0
337
-VERSION_MINOR = 8
+VERSION_MINOR = 9
338
VERSION_PATCH = 0
339
340
VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}.$${VERSION_PATCH}
0 commit comments