diff --git a/bun.lockb b/bun.lockb index e048d7c..658e3a9 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5d450bd..1bfc187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "useful-tools", - "version": "2.5", + "version": "2.6", "type": "module", "description": "Useful Tools for Windows", "scripts": { diff --git a/setup.iss b/setup.iss index 4466828..a2791b3 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Useful Tools for Windows" -#define MyAppVersion "2.5" +#define MyAppVersion "2.6" #define MyAppPublisher "Moheshwar Amarnath Biswas" #define MyAppURL "https://github.com/fluentmoheshwar/useful-tools" #define MyAppExeName "Useful Tools For Windows.exe"