Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
RishabhTayal committed Jan 4, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b89651d commit 284e157
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
@@ -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.
4 changes: 2 additions & 2 deletions ReviewMonitor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -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";
@@ -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;
2 changes: 1 addition & 1 deletion ReviewMonitor/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 284e157

Please sign in to comment.