Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentmoheshwar committed Apr 25, 2023
1 parent 80927b0 commit d5343ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "useful-tools",
"version": "1.8",
"version": "1.9",
"description": "Useful Tools for Windows",
"scripts": {
"build:web": "vite build && copy main.py tmp && copy icon.ico tmp",
Expand Down
2 changes: 1 addition & 1 deletion 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 "Useful Tools for Windows"
#define MyAppVersion "1.8"
#define MyAppVersion "1.9"
#define MyAppPublisher "Moheshwar Amarnath Biswas"
#define MyAppURL "https://github.com/fluentmoheshwar/useful-tools"
#define MyAppExeName "Useful Tools For Windows.exe"
Expand Down

0 comments on commit d5343ec

Please sign in to comment.