Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ennea committed Dec 3, 2021
1 parent 9a88bb1 commit 3cc7d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/script.js
Original file line number Diff line number Diff line change
@@ -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: {},
Expand Down
2 changes: 1 addition & 1 deletion wishing-well.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wishing-well.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cc7d9d

Please sign in to comment.