diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 01f3246..4033ed9 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -34,5 +34,5 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v3 with: - name: ${{ matrix.os }}-binary-v1.5 + name: ${{ matrix.os }}-binary-v1.5.1 path: dist \ No newline at end of file diff --git a/StartUI.py b/StartUI.py index 481c078..a7e32da 100644 --- a/StartUI.py +++ b/StartUI.py @@ -4,7 +4,7 @@ from PyQt5.QtCore import Qt from PyQt5.QtGui import QDoubleValidator, QIntValidator # For showing the current version and checking for updates -version = "1.5" +version = "1.5.1" # Profile folder for loading and saving profiles. profiles_folder = "./profiles"