Skip to content

Commit bf4b328

Browse files
chore: bump version to 0.0.85 [skip ci]
1 parent 7bd0548 commit bf4b328

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 1775574616
87-
versionName "0.0.84"
86+
versionCode 1775581598
87+
versionName "0.0.85"
8888
}
8989
signingConfigs {
9090
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 = 1775574616;
417+
CURRENT_PROJECT_VERSION = 1775581598;
418418
DEVELOPMENT_TEAM = C9KXFTGP83;
419419
ENABLE_BITCODE = NO;
420420
INFOPLIST_FILE = OffgridMobile/Info.plist;
@@ -425,7 +425,7 @@
425425
"$(inherited)",
426426
"@executable_path/Frameworks",
427427
);
428-
MARKETING_VERSION = 0.0.84;
428+
MARKETING_VERSION = 0.0.85;
429429
OTHER_LDFLAGS = (
430430
"$(inherited)",
431431
"-ObjC",
@@ -446,7 +446,7 @@
446446
buildSettings = {
447447
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
448448
CLANG_ENABLE_MODULES = YES;
449-
CURRENT_PROJECT_VERSION = 1775574616;
449+
CURRENT_PROJECT_VERSION = 1775581598;
450450
DEVELOPMENT_TEAM = C9KXFTGP83;
451451
INFOPLIST_FILE = OffgridMobile/Info.plist;
452452
INFOPLIST_KEY_CFBundleDisplayName = "Off Grid - Local AI";
@@ -456,7 +456,7 @@
456456
"$(inherited)",
457457
"@executable_path/Frameworks",
458458
);
459-
MARKETING_VERSION = 0.0.84;
459+
MARKETING_VERSION = 0.0.85;
460460
OTHER_LDFLAGS = (
461461
"$(inherited)",
462462
"-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.84",
3+
"version": "0.0.85",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --mode=debug --appId ai.offgridmobile.dev",

0 commit comments

Comments
 (0)