Skip to content

Commit f1dc976

Browse files
committed
#837: bump version codes for new test release
1 parent 75f0dd6 commit f1dc976

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "de.floriangoessler.upapp"
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
11-
versionCode 20230100
12-
versionName "2023.1"
11+
versionCode 20230400
12+
versionName "2023.4"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
aaptOptions {
1515
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

android/app/release/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 20220500,
15-
"versionName": "2022.5",
14+
"versionCode": 20230400,
15+
"versionName": "2023.4",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

ios/App/App.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,15 @@
367367
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
368368
CODE_SIGN_IDENTITY = "Apple Development";
369369
CODE_SIGN_STYLE = Automatic;
370-
CURRENT_PROJECT_VERSION = 202309071700;
370+
CURRENT_PROJECT_VERSION = 202310261000;
371371
DEVELOPMENT_TEAM = 6JUZ3X22P6;
372372
INFOPLIST_FILE = App/Info.plist;
373373
INFOPLIST_KEY_CFBundleDisplayName = Mobile.UP;
374374
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
375375
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
376376
"IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.2;
377377
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
378-
MARKETING_VERSION = 2023.1;
378+
MARKETING_VERSION = 2023.4;
379379
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
380380
PRODUCT_BUNDLE_IDENTIFIER = "com.floriangoessler.Uni-Potsdam";
381381
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -396,15 +396,15 @@
396396
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
397397
CODE_SIGN_IDENTITY = "Apple Development";
398398
CODE_SIGN_STYLE = Automatic;
399-
CURRENT_PROJECT_VERSION = 202309071700;
399+
CURRENT_PROJECT_VERSION = 202310261000;
400400
DEVELOPMENT_TEAM = 6JUZ3X22P6;
401401
INFOPLIST_FILE = App/Info.plist;
402402
INFOPLIST_KEY_CFBundleDisplayName = Mobile.UP;
403403
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
404404
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
405405
"IPHONEOS_DEPLOYMENT_TARGET[sdk=macosx*]" = 14.2;
406406
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
407-
MARKETING_VERSION = 2023.1;
407+
MARKETING_VERSION = 2023.4;
408408
PRODUCT_BUNDLE_IDENTIFIER = "com.floriangoessler.Uni-Potsdam";
409409
PRODUCT_NAME = "$(TARGET_NAME)";
410410
PROVISIONING_PROFILE_SPECIFIER = "";

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Mobile.UP",
3-
"version": "2023.1.0",
3+
"version": "2023.4.0",
44
"author": "Universität Potsdam",
55
"homepage": "https://uni-potsdam.de/mobileup",
66
"scripts": {

src/assets/config.dist.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"appVersion": "2023.1",
2+
"appVersion": "2023.4",
33
"urlIOS": "https://itunes.apple.com/de/app/mobile-up/id541440873",
44
"urlAndroid": "https://play.google.com/store/apps/details?id=de.floriangoessler.upapp",
55
"modules": {

0 commit comments

Comments
 (0)