Skip to content

Commit c0ba42d

Browse files
chore: bump version to 0.0.68 [skip ci]
1 parent 1922757 commit c0ba42d

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
@@ -83,8 +83,8 @@ android {
8383
applicationId "ai.offgridmobile"
8484
minSdkVersion rootProject.ext.minSdkVersion
8585
targetSdkVersion rootProject.ext.targetSdkVersion
86-
versionCode 1772798268
87-
versionName "0.0.67"
86+
versionCode 1772879941
87+
versionName "0.0.68"
8888
}
8989
signingConfigs {
9090
debug {

ios/OffgridMobile.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
buildSettings = {
399399
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
400400
CLANG_ENABLE_MODULES = YES;
401-
CURRENT_PROJECT_VERSION = 1772798268;
401+
CURRENT_PROJECT_VERSION = 1772879941;
402402
DEVELOPMENT_TEAM = 84V6KCAC49;
403403
ENABLE_BITCODE = NO;
404404
INFOPLIST_FILE = OffgridMobile/Info.plist;
@@ -409,7 +409,7 @@
409409
"$(inherited)",
410410
"@executable_path/Frameworks",
411411
);
412-
MARKETING_VERSION = 0.0.67;
412+
MARKETING_VERSION = 0.0.68;
413413
OTHER_LDFLAGS = (
414414
"$(inherited)",
415415
"-ObjC",
@@ -430,7 +430,7 @@
430430
buildSettings = {
431431
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
432432
CLANG_ENABLE_MODULES = YES;
433-
CURRENT_PROJECT_VERSION = 1772798268;
433+
CURRENT_PROJECT_VERSION = 1772879941;
434434
DEVELOPMENT_TEAM = 84V6KCAC49;
435435
INFOPLIST_FILE = OffgridMobile/Info.plist;
436436
INFOPLIST_KEY_CFBundleDisplayName = "Off Grid - Local AI";
@@ -440,7 +440,7 @@
440440
"$(inherited)",
441441
"@executable_path/Frameworks",
442442
);
443-
MARKETING_VERSION = 0.0.67;
443+
MARKETING_VERSION = 0.0.68;
444444
OTHER_LDFLAGS = (
445445
"$(inherited)",
446446
"-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.67",
3+
"version": "0.0.68",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --mode=debug --appId ai.offgridmobile.dev",

0 commit comments

Comments
 (0)