Skip to content

Commit 21dc6d5

Browse files
authored
Merge pull request #446 from JetBrains/release-66
Prepare release 66
2 parents a7e76eb + 0795724 commit 21dc6d5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

androidApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
applicationId = "com.jetbrains.kotlinconf"
3434
targetSdk = libs.versions.android.targetSdk.get().toInt()
3535
minSdk = libs.versions.android.minSdk.get().toInt()
36-
versionCode = 65
37-
versionName = "39.0.3"
36+
versionCode = 66
37+
versionName = "39.0.4"
3838

3939
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4040
}

iosApp/KotlinConf.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
CODE_SIGN_IDENTITY = "Apple Development";
335335
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
336336
CODE_SIGN_STYLE = Manual;
337-
CURRENT_PROJECT_VERSION = 65;
337+
CURRENT_PROJECT_VERSION = 66;
338338
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
339339
DEVELOPMENT_TEAM = "";
340340
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2ZEFAR8TH3;
@@ -350,7 +350,7 @@
350350
"$(inherited)",
351351
"@executable_path/Frameworks",
352352
);
353-
MARKETING_VERSION = 39.0.3;
353+
MARKETING_VERSION = 39.0.4;
354354
OTHER_LDFLAGS = (
355355
"$(inherited)",
356356
"-framework",
@@ -378,7 +378,7 @@
378378
CODE_SIGN_IDENTITY = "Apple Development";
379379
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
380380
CODE_SIGN_STYLE = Manual;
381-
CURRENT_PROJECT_VERSION = 65;
381+
CURRENT_PROJECT_VERSION = 66;
382382
DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
383383
DEVELOPMENT_TEAM = "";
384384
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2ZEFAR8TH3;
@@ -394,7 +394,7 @@
394394
"$(inherited)",
395395
"@executable_path/Frameworks",
396396
);
397-
MARKETING_VERSION = 39.0.3;
397+
MARKETING_VERSION = 39.0.4;
398398
OTHER_LDFLAGS = (
399399
"$(inherited)",
400400
"-framework",

iosApp/iosApp/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>39.0.3</string>
20+
<string>39.0.4</string>
2121
<key>CFBundleVersion</key>
22-
<string>65</string>
22+
<string>66</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>MBXAccessToken</key>

shared/src/commonMain/composeResources/files/aboutlibraries.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_version">39.0.3 (65)</string>
2+
<string name="app_version">39.0.4 (66)</string>
33
</resources>

0 commit comments

Comments
 (0)