diff --git a/frontend/script.js b/frontend/script.js index 88c0a8d..75c25c5 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -1,6 +1,6 @@ document.addEventListener('alpine:init', () => { Alpine.data('app', () => ({ - VERSION: '1.0.1', + VERSION: '1.0.2', // raw data from the backend bannerTypes: {}, diff --git a/wishing-well.nsi b/wishing-well.nsi index 6fb5a23..f663d49 100644 --- a/wishing-well.nsi +++ b/wishing-well.nsi @@ -2,7 +2,7 @@ !define MUI_ICON "icon.ico" Name "Wishing Well" -OutFile "wishing-well-1.0.1.exe" +OutFile "wishing-well-1.0.2.exe" Unicode True RequestExecutionLevel admin InstallDir "$PROGRAMFILES\Wishing Well" diff --git a/wishing-well.py b/wishing-well.py index 631b417..a1d3511 100644 --- a/wishing-well.py +++ b/wishing-well.py @@ -8,7 +8,7 @@ # nuitka-project: --windows-icon-from-ico=./icon.ico # nuitka-project: --windows-company-name=- # nuitka-project: --windows-product-name=Wishing Well -# nuitka-project: --windows-product-version=1.0.1 +# nuitka-project: --windows-product-version=1.0.2 import logging import bottle