Skip to content

Commit 2f8c6ec

Browse files
committed
v3.0.4
1 parent 74fe9a5 commit 2f8c6ec

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ android {
7777
applicationId "com.orbit.app"
7878
minSdkVersion rootProject.ext.minSdkVersion
7979
targetSdkVersion rootProject.ext.targetSdkVersion
80-
versionCode 5
81-
versionName "3.0.3"
80+
versionCode 6
81+
versionName "3.0.4"
8282
multiDexEnabled true
8383

8484
// Java 8 Desugaring Support

ios/Orbit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,14 +465,14 @@
465465
buildSettings = {
466466
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
467467
CLANG_ENABLE_MODULES = YES;
468-
CURRENT_PROJECT_VERSION = 1;
468+
CURRENT_PROJECT_VERSION = 6;
469469
ENABLE_BITCODE = NO;
470470
INFOPLIST_FILE = Orbit/Info.plist;
471471
LD_RUNPATH_SEARCH_PATHS = (
472472
"$(inherited)",
473473
"@executable_path/Frameworks",
474474
);
475-
MARKETING_VERSION = 1.0;
475+
MARKETING_VERSION = 3.0.4;
476476
OTHER_LDFLAGS = (
477477
"$(inherited)",
478478
"-ObjC",
@@ -492,13 +492,13 @@
492492
buildSettings = {
493493
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
494494
CLANG_ENABLE_MODULES = YES;
495-
CURRENT_PROJECT_VERSION = 1;
495+
CURRENT_PROJECT_VERSION = 6;
496496
INFOPLIST_FILE = Orbit/Info.plist;
497497
LD_RUNPATH_SEARCH_PATHS = (
498498
"$(inherited)",
499499
"@executable_path/Frameworks",
500500
);
501-
MARKETING_VERSION = 1.0;
501+
MARKETING_VERSION = 3.0.4;
502502
OTHER_LDFLAGS = (
503503
"$(inherited)",
504504
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Orbit",
3-
"version": "0.0.1",
3+
"version": "3.0.4",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)