Skip to content

Commit

Permalink
Version bump iOS v1.7.1 & android 141 (#4006)
Browse files Browse the repository at this point in the history
* bump version

* changelog update

* EOL
  • Loading branch information
estebanmino authored and jxom committed Aug 11, 2022
1 parent d5cac92 commit 53c7b4e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Removed

## [1.7.0](https://github.com/rainbow-me/rainbow/releases/tag/v1.6.23)
### Changed
* Profiles release
* Android improvements
* Bug fixes

## [1.6.23](https://github.com/rainbow-me/rainbow/releases/tag/v1.6.23)
### Changed
* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 140
versionCode 141
versionName "1.0"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
Expand Down
8 changes: 4 additions & 4 deletions ios/Rainbow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 1.7.1;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -1641,7 +1641,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 1.7.1;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -1752,7 +1752,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 1.7.1;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -1864,7 +1864,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 1.7.1;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rainbow",
"version": "1.7.0-1",
"version": "1.7.1-1",
"private": true,
"scripts": {
"setup": "yarn install && yarn ds:install && yarn allow-scripts && yarn postinstall",
Expand Down

0 comments on commit 53c7b4e

Please sign in to comment.