Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhTayal committed Jan 9, 2018
1 parent 7a2a2b6 commit 8c3a96a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [Version 1.5.0(486)] - 2018-01-09
- Add new Testflight testers. [@Rishabh Tayal](https://github.com/RishabhTayal)
- Fixed app share link. [@Rishabh Tayal](https://github.com/RishabhTayal)
- Added Edit server url on login. [@Eliottiosdevs](https://github.com/Eliottiosdevs)
Expand Down
4 changes: 2 additions & 2 deletions ReviewMonitor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 485;
CURRENT_PROJECT_VERSION = 486;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = CEBY93VF85;
INFOPLIST_FILE = "ReviewMonitor/Supporting Files/Info.plist";
Expand Down Expand Up @@ -685,7 +685,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 485;
CURRENT_PROJECT_VERSION = 486;
DEVELOPMENT_TEAM = CEBY93VF85;
INFOPLIST_FILE = "ReviewMonitor/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand Down
4 changes: 2 additions & 2 deletions ReviewMonitor/Supporting Files/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.4.1</string>
<string>1.5.0</string>
<key>CFBundleVersion</key>
<string>485</string>
<string>486</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit 8c3a96a

Please sign in to comment.