diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index fd4fe97..ef1fe29 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -8,6 +8,7 @@ on: jobs: build-windows: + permissions: write-all runs-on: windows-latest steps: - uses: actions/checkout@v2 @@ -32,6 +33,7 @@ jobs: path: ForrestHub-app/dist/ForrestHub.exe build-macos: + permissions: write-all runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/ForrestHub-app/config.py b/ForrestHub-app/config.py index b8e462f..9e79c15 100644 --- a/ForrestHub-app/config.py +++ b/ForrestHub-app/config.py @@ -5,7 +5,7 @@ class Config: - VERSION = "1.2.2" + VERSION = "1.2.3" DATAFILE = "ForrestHub-data.json" LOG_FOLDER = "ForrestHub-logs" ALLOWED_EXTENSIONS = ["json"] diff --git a/ForrestHub-app/setup.py b/ForrestHub-app/setup.py index 74fcf54..f41c271 100644 --- a/ForrestHub-app/setup.py +++ b/ForrestHub-app/setup.py @@ -2,7 +2,7 @@ setup( name='ForrestHub App', - version='1.2.2', + version='1.2.3', packages=find_packages(), include_package_data=True, install_requires=[ diff --git a/README.md b/README.md index e2f12c6..4bbc9f4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ForrestHub +![ForrestHub](https://github.com/Helceletka/ForrestHub/blob/main/ForrestHub-app/assets/img/forrestHub.png?raw=true) Download the latest version of the ForrestHub app: - [Windows](https://github.com/Helceletka/ForrestHub/releases/latest/download/ForrestHub-Windows.exe)