Skip to content

Commit

Permalink
Merge pull request #27 from malayli/1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
malayli authored Jul 7, 2021
2 parents 909abb5 + 733121e commit ba78a6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.1] - 2021-07-07
- Build with Fastlane fix
- Bugfix when deviceTokenTextField.string changes, the state must be updated
- Rename the app

## [1.1.0] - 2021-06-22
- Load a JSON File
- Update README with mention of UDP service
Expand Down
4 changes: 2 additions & 2 deletions pusher/pusher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.pusher;
PRODUCT_NAME = PushTester;
SWIFT_VERSION = 5.0;
Expand All @@ -369,7 +369,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.pusher;
PRODUCT_NAME = PushTester;
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit ba78a6a

Please sign in to comment.