Skip to content

Commit

Permalink
Set version to v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-millot committed Nov 8, 2019
1 parent 8d6739f commit e08d365
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v1.1.1

Dev:
- Security: Add data encryption when communicating with Kiwi's server.

### v1.1

New Objects:
Expand Down
4 changes: 2 additions & 2 deletions Client/Source/KiwiApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
namespace ProjectInfo
{
const char* const projectName = "Kiwi";
const char* const versionString = "v1.1";
const int versionNumber = 0x110;
const char* const versionString = "v1.1.1";
const int versionNumber = 0x111;
}

namespace kiwi
Expand Down
4 changes: 2 additions & 2 deletions Resources/Project/Xcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<string>1.1.1</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Scripts/setup-x64.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 "Kiwi"
#define MyAppVersion "v1.1"
#define MyAppVersion "v1.1.1"
#define MyAppPublisher "CICM"
#define MyAppURL "https://github.com/Musicoll/Kiwi"
#define MyAppExeName "Kiwi.exe"
Expand Down

0 comments on commit e08d365

Please sign in to comment.