Skip to content

Commit e6fa232

Browse files
chore: bump version to 0.0.98 [skip ci]
1 parent 44cff92 commit e6fa232

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 1782476618
88-
versionName "0.0.97"
87+
versionCode 1782487743
88+
versionName "0.0.98"
8989
}
9090
signingConfigs {
9191
debug {

ios/OffgridMobile.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
buildSettings = {
407407
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
408408
CLANG_ENABLE_MODULES = YES;
409-
CURRENT_PROJECT_VERSION = 1782476618;
409+
CURRENT_PROJECT_VERSION = 1782487743;
410410
DEVELOPMENT_TEAM = C9KXFTGP83;
411411
ENABLE_BITCODE = NO;
412412
INFOPLIST_FILE = OffgridMobile/Info.plist;
@@ -417,7 +417,7 @@
417417
"$(inherited)",
418418
"@executable_path/Frameworks",
419419
);
420-
MARKETING_VERSION = 0.0.97;
420+
MARKETING_VERSION = 0.0.98;
421421
OTHER_LDFLAGS = (
422422
"$(inherited)",
423423
"-ObjC",
@@ -438,7 +438,7 @@
438438
buildSettings = {
439439
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
440440
CLANG_ENABLE_MODULES = YES;
441-
CURRENT_PROJECT_VERSION = 1782476618;
441+
CURRENT_PROJECT_VERSION = 1782487743;
442442
DEVELOPMENT_TEAM = C9KXFTGP83;
443443
INFOPLIST_FILE = OffgridMobile/Info.plist;
444444
INFOPLIST_KEY_CFBundleDisplayName = "Off Grid - Local AI";
@@ -448,7 +448,7 @@
448448
"$(inherited)",
449449
"@executable_path/Frameworks",
450450
);
451-
MARKETING_VERSION = 0.0.97;
451+
MARKETING_VERSION = 0.0.98;
452452
OTHER_LDFLAGS = (
453453
"$(inherited)",
454454
"-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.97",
3+
"version": "0.0.98",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --mode=debug --appId ai.offgridmobile.dev",

0 commit comments

Comments
 (0)