Skip to content

Commit

Permalink
Bump version to 1.2.22 (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni committed Jun 20, 2020
1 parent 80baa7d commit 29b9d04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ios/Rainbow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.2.21;
MARKETING_VERSION = 1.2.22;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -671,7 +671,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.2.21;
MARKETING_VERSION = 1.2.22;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -766,7 +766,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.2.21;
MARKETING_VERSION = 1.2.22;
OTHER_CFLAGS = (
"$(inherited)",
"-DFB_SONARKIT_ENABLED=1",
Expand Down Expand Up @@ -862,7 +862,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.2.21;
MARKETING_VERSION = 1.2.22;
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.2.21-1",
"version": "1.2.22-1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 29b9d04

Please sign in to comment.