Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ennea committed Jul 23, 2023
1 parent 031c6e9 commit 9582a48
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.0',
VERSION: '1.0.1',

// raw data from the backend
bannerTypes: {},
Expand Down
2 changes: 1 addition & 1 deletion warp-journal.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
!define MUI_ICON "icon.ico"

Name "Warp Journal"
OutFile "warp-journal-1.0.0.exe"
OutFile "warp-journal-1.0.1.exe"
Unicode True
RequestExecutionLevel admin
InstallDir "$PROGRAMFILES\Warp Journal"
Expand Down
2 changes: 1 addition & 1 deletion warp_journal/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# nuitka-project: --windows-company-name=-
# nuitka-project: --windows-product-name=Warp Journal
# nuitka-project: --windows-file-description=Warp Journal
# nuitka-project: --windows-product-version=1.0.0
# nuitka-project: --windows-product-version=1.0.1

import logging

Expand Down

0 comments on commit 9582a48

Please sign in to comment.