Skip to content

Commit b39631c

Browse files
author
getsentry-bot
committed
Merge branch 'release/0.25.0'
2 parents d94fd2f + 13fcb68 commit b39631c

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.25.0
44

55
### Features
66

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table belo
6969
| 0.23.0 | 8.57.3 |
7070
| 0.23.1 | 8.57.3 |
7171
| 0.24.0 | 8.57.3 |
72+
| 0.25.0 | 8.57.3 |
7273

7374
## Usage
7475

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android.useAndroidX=true
88
compose.version=1.3.1-rc01
99

1010
# Release information
11-
versionName=0.24.0
11+
versionName=0.25.0
1212

1313
# Increase memory for in-process compiler execution.
1414
org.gradle.jvmargs=-Xmx6g

sentry-kotlin-multiplatform-gradle-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=io.sentry.kotlin.multiplatform.gradle
22
implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin
3-
versionName=0.24.0
3+
versionName=0.25.0
44
group=io.sentry
55
sentryCocoaVersion=8.57.3
66

0 commit comments

Comments
 (0)