Skip to content

Commit

Permalink
Update version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWLoupe committed Jul 25, 2024
1 parent de06b02 commit 52379a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change log

- 1.0.5 - Update dependencies via Dependabot. Rework Github Action workflow.

- 1.0.4 - Address SyntaxWarning that pops up in Python 3.12

- 1.0.3 - Address bug related to version file path
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "lpm",
"version": "1.0.4"
"version": "1.0.5"
}
2 changes: 1 addition & 1 deletion utils/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "LPM"
#define MyAppVersion "1.0.4"
#define MyAppVersion "1.0.5"
#define MyAppPublisher "Loupe"
#define MyAppURL "https://loupe.team/"
#define MyAppExeName "LPM.cmd"
Expand Down

0 comments on commit 52379a4

Please sign in to comment.