1
0
Fork 0
mirror of synced 2024-05-14 09:32:51 +12:00

Bump version

This commit is contained in:
Dummerle 2021-12-15 22:42:36 +01:00
parent c085a975e8
commit 6cd3d54c01
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1
3 changed files with 5 additions and 4 deletions

View file

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

View file

@ -52,7 +52,8 @@ Install via `pip` or use the AppImage.
There is a .dmg file available in [releases page](https://github.com/Dummerle/Rare/releases).
**Note**: You have to enable it manually in settings. Otherwise, Gatekeeper will block Rare from running.
**Note**: You have to enable it manually in `Settings -> Security and Privacy`. Otherwise, Gatekeeper will block Rare
from running.
You can also use `pip`.

View file

@ -1,7 +1,7 @@
import os
__version__ = "1.7.0"
code_name = "Finch Quail"
__version__ = "1.8.0"
code_name = "Stellula Kakopo"
import platform