Skip to content

Commit eb21330

Browse files
committed
updated version
1 parent 51f8c23 commit eb21330

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/box/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ android {
8686
applicationId "land.fx.blox"
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 249
90-
versionName "2.2.4"
89+
versionCode 250
90+
versionName "2.2.5"
9191

9292
testBuildType System.getProperty('testBuildType', 'debug')
9393
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

apps/box/ios/Box.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
"$(inherited)",
659659
"@executable_path/Frameworks",
660660
);
661-
MARKETING_VERSION = 2.2.4;
661+
MARKETING_VERSION = 2.2.5;
662662
OTHER_LDFLAGS = (
663663
"$(inherited)",
664664
"-ObjC",
@@ -696,7 +696,7 @@
696696
"$(inherited)",
697697
"@executable_path/Frameworks",
698698
);
699-
MARKETING_VERSION = 2.2.4;
699+
MARKETING_VERSION = 2.2.5;
700700
OTHER_LDFLAGS = (
701701
"$(inherited)",
702702
"-ObjC",

apps/box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "*",

0 commit comments

Comments
 (0)