Skip to content

Commit

Permalink
fix: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPranavDoshi committed Aug 18, 2021
1 parent 0f24346 commit 57f54f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed dist/Novus v1.1.0 Alpha Setup.exe
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/novus.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 "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"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions utils/src/constants/version.rs
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 57f54f9

Please sign in to comment.