Skip to content

Commit c46002d

Browse files
chore: bump version to 0.0.101 [skip ci]
1 parent b7683a2 commit c46002d

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ android {
8484
applicationId "ai.offgridmobile"
8585
minSdkVersion rootProject.ext.minSdkVersion
8686
targetSdkVersion rootProject.ext.targetSdkVersion
87-
versionCode 1782490719
88-
versionName "0.0.100"
87+
versionCode 1783113190
88+
versionName "0.0.101"
8989
}
9090
signingConfigs {
9191
debug {

ios/OffgridMobile.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
buildSettings = {
415415
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
416416
CLANG_ENABLE_MODULES = YES;
417-
CURRENT_PROJECT_VERSION = 1782490719;
417+
CURRENT_PROJECT_VERSION = 1783113190;
418418
DEVELOPMENT_TEAM = 84V6KCAC49;
419419
ENABLE_BITCODE = NO;
420420
CODE_SIGN_ENTITLEMENTS = OffgridMobile/OffgridMobile.entitlements;
@@ -426,7 +426,7 @@
426426
"$(inherited)",
427427
"@executable_path/Frameworks",
428428
);
429-
MARKETING_VERSION = 0.0.100;
429+
MARKETING_VERSION = 0.0.101;
430430
OTHER_LDFLAGS = (
431431
"$(inherited)",
432432
"-ObjC",
@@ -447,7 +447,7 @@
447447
buildSettings = {
448448
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
449449
CLANG_ENABLE_MODULES = YES;
450-
CURRENT_PROJECT_VERSION = 1782490719;
450+
CURRENT_PROJECT_VERSION = 1783113190;
451451
DEVELOPMENT_TEAM = 84V6KCAC49;
452452
CODE_SIGN_ENTITLEMENTS = OffgridMobile/OffgridMobile.entitlements;
453453
INFOPLIST_FILE = OffgridMobile/Info.plist;
@@ -458,7 +458,7 @@
458458
"$(inherited)",
459459
"@executable_path/Frameworks",
460460
);
461-
MARKETING_VERSION = 0.0.100;
461+
MARKETING_VERSION = 0.0.101;
462462
OTHER_LDFLAGS = (
463463
"$(inherited)",
464464
"-ObjC",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offgrid-mobile",
3-
"version": "0.0.100",
3+
"version": "0.0.101",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --mode=debug --appId ai.offgridmobile.dev",

0 commit comments

Comments
 (0)