diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 27e58583..9d900545 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -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: diff --git a/README.md b/README.md index 707c2e1e..9e451d99 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/rare/__init__.py b/rare/__init__.py index 50fe2d3d..28bd6d40 100644 --- a/rare/__init__.py +++ b/rare/__init__.py @@ -1,7 +1,7 @@ import os -__version__ = "1.7.0" -code_name = "Finch Quail" +__version__ = "1.8.0" +code_name = "Stellula Kakopo" import platform