1
0
Fork 0
mirror of synced 2024-06-03 03:04:42 +12:00

Bump version

This commit is contained in:
Dummerle 2022-04-10 15:25:31 +02:00
parent f1c6982161
commit 5c3da576cf
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ AppDir:
id: org.dummerle.rare
name: Rare
icon: Rare
version: 1.8.8
version: 1.8.9
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/__main__.py $@
apt:

View file

@ -1,6 +1,6 @@
import os
__version__ = "1.8.8"
__version__ = "1.8.9"
code_name = "Stellula Kakopo"
import platform