Skip to content

Commit db08552

Browse files
authored
feat(formulus): bump version (#571)
* fix: version bump * fix: version bump (ios)
1 parent 1d64a01 commit db08552

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

formulus/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ android {
9292
applicationId = "org.opendataensemble.formulus"
9393
minSdk = rootProject.ext.minSdkVersion
9494
targetSdk = rootProject.ext.targetSdkVersion
95-
versionCode = 1
96-
versionName = "1.0.0"
95+
versionCode = 2
96+
versionName = "1.0.1"
9797

9898
// Enable VisionCamera code scanner
9999
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", (findProperty("newArchEnabled") ?: "false").toString()

formulus/ios/Formulus.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"$(inherited)",
305305
"@executable_path/Frameworks",
306306
);
307-
MARKETING_VERSION = 1.0;
307+
MARKETING_VERSION = 1.0.1;
308308
OTHER_LDFLAGS = (
309309
"$(inherited)",
310310
"-ObjC",
@@ -329,7 +329,7 @@
329329
buildSettings = {
330330
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
331331
CLANG_ENABLE_MODULES = YES;
332-
CURRENT_PROJECT_VERSION = 1;
332+
CURRENT_PROJECT_VERSION = 2;
333333
DEVELOPMENT_TEAM = ZZ9482ZVMJ;
334334
INFOPLIST_FILE = Formulus/Info.plist;
335335
IPHONEOS_DEPLOYMENT_TARGET = 15.1;

0 commit comments

Comments
 (0)