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-06 18:30:18 +01:00
parent 6f99c22a72
commit 358ea8759d
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.4
version: 1.8.5
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/__main__.py $@
apt:

View file

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