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

Bump version

This commit is contained in:
Dummerle 2021-12-19 00:08:07 +01:00
parent f497ddc8d9
commit e6daedd675
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.0
version: 1.8.1
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/__main__.py $@
apt:

View file

@ -1,6 +1,6 @@
import os
__version__ = "1.8.0"
__version__ = "1.8.1"
code_name = "Stellula Kakopo"
import platform