Skip to content

Commit 97fa28c

Browse files
Merge branch 'release/6.19.0'
2 parents 9a6a10c + e38ec58 commit 97fa28c

4 files changed

Lines changed: 4 additions & 4 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+
## 6.19.0
44

55
### Fixes
66

plugin-build/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kotlin.stdlib.default.dependency=false
1111

1212
name = sentry-android-gradle-plugin
1313
group = io.sentry
14-
version = 6.18.0
14+
version = 6.19.0
1515

1616
# publication pom properties
1717
POM_NAME=Sentry Android Gradle Plugin

sentry-kotlin-compiler-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44

55
GROUP = io.sentry
66
POM_ARTIFACT_ID = sentry-kotlin-compiler-plugin
7-
VERSION_NAME = 6.18.0
7+
VERSION_NAME = 6.19.0
88

99
# publication pom properties
1010
POM_NAME=Sentry Kotlin Compiler Plugin

sentry-snapshots-runtime/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin.stdlib.default.dependency=false
88

99
GROUP = io.sentry
1010
POM_ARTIFACT_ID = sentry-snapshots-runtime
11-
VERSION_NAME = 6.18.0
11+
VERSION_NAME = 6.19.0
1212

1313
# publication pom properties
1414
POM_NAME=Sentry Snapshots Runtime

0 commit comments

Comments
 (0)