1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Bump Version

This commit is contained in:
Dummerle 2022-01-09 21:10:41 +01:00
parent 8ce359124e
commit be32d88fb0
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.5
version: 1.8.6
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/__main__.py $@
apt:

View file

@ -1,6 +1,6 @@
import os
__version__ = "1.8.5"
__version__ = "1.8.6"
code_name = "Stellula Kakopo"
import platform