Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhTayal committed Jan 4, 2018
1 parent b89651d commit 284e157
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.4.0(480)] - 2018-01-04
- You can now remove account from the accounts list. [@Rishabh Tayal](https://github.com/RishabhTayal)
- Fixed App store link. [@Rishabh Tayal](https://github.com/RishabhTayal)
- Added Metadata Screen.
Expand Down
4 changes: 2 additions & 2 deletions ReviewMonitor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 479;
CURRENT_PROJECT_VERSION = 480;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = CEBY93VF85;
INFOPLIST_FILE = "ReviewMonitor/Supporting Files/Info.plist";
Expand Down Expand Up @@ -629,7 +629,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 479;
CURRENT_PROJECT_VERSION = 480;
DEVELOPMENT_TEAM = CEBY93VF85;
INFOPLIST_FILE = "ReviewMonitor/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
Expand Down
2 changes: 1 addition & 1 deletion ReviewMonitor/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<key>CFBundleVersion</key>
<string>479</string>
<string>480</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit 284e157

Please sign in to comment.