Skip to content

Commit d2080c1

Browse files
committed
Bump version for release
1 parent 2303263 commit d2080c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "org.pycon.us"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 2080
10-
versionName "2.0.8"
9+
versionCode 3000
10+
versionName "3.0.0"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
aaptOptions {
1313
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
"$(inherited)",
378378
"@executable_path/Frameworks",
379379
);
380-
MARKETING_VERSION = 2.0.8;
380+
MARKETING_VERSION = 3.0.0;
381381
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
382382
PRODUCT_BUNDLE_IDENTIFIER = org.pycon.us.2023.onsite;
383383
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -407,7 +407,7 @@
407407
"$(inherited)",
408408
"@executable_path/Frameworks",
409409
);
410-
MARKETING_VERSION = 2.0.8;
410+
MARKETING_VERSION = 3.0.0;
411411
PRODUCT_BUNDLE_IDENTIFIER = org.pycon.us.2023.onsite;
412412
PRODUCT_NAME = "$(TARGET_NAME)";
413413
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

0 commit comments

Comments
 (0)