diff --git a/dist/Novus v1.1.0 Alpha Setup.exe b/dist/Novus v1.1.0 Alpha Setup.exe deleted file mode 100644 index 51f5090..0000000 Binary files a/dist/Novus v1.1.0 Alpha Setup.exe and /dev/null differ diff --git a/dist/Novus Setup.exe b/dist/Novus v1.1.1 Alpha Setup.exe similarity index 60% rename from dist/Novus Setup.exe rename to dist/Novus v1.1.1 Alpha Setup.exe index 51f5090..3e6cac2 100644 Binary files a/dist/Novus Setup.exe and b/dist/Novus v1.1.1 Alpha Setup.exe differ diff --git a/dist/novus.iss b/dist/novus.iss index 0df229c..b8c6de9 100644 --- a/dist/novus.iss +++ b/dist/novus.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Novus" -#define MyAppVersion "1.1.0" +#define MyAppVersion "1.1.1" #define MyAppPublisher "Pranav Doshi" #define MyAppURL "https://www.novuspkg.com/" #define MyAppExeName "novus.exe" @@ -26,7 +26,7 @@ LicenseFile=D:\prana\Programming\My Projects\novus-package-manager\novus\LICENSE ; Uncomment the following line to run in non administrative install mode (install for current user only.) ; PrivilegesRequired=lowest OutputDir=D:\prana\Programming\My Projects\novus-package-manager\novus\dist -OutputBaseFilename=Novus Setup +OutputBaseFilename=Novus v1.1.1 Alpha Setup SetupIconFile=D:\prana\Pictures\novus\logo.ico Compression=lzma SolidCompression=yes diff --git a/utils/src/constants/version.rs b/utils/src/constants/version.rs index c51300d..367ec1b 100644 --- a/utils/src/constants/version.rs +++ b/utils/src/constants/version.rs @@ -1,2 +1,2 @@ -pub const __VERSION__: &str = "v1.1.0"; -pub const VERSION_NUM: u64 = 110; +pub const __VERSION__: &str = "v1.1.1"; +pub const VERSION_NUM: u64 = 111; \ No newline at end of file