Skip to content

Commit 50c83f7

Browse files
committed
Bump version of the plugin to 0.4.0
1 parent 44fb9ef commit 50c83f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To debug in IntelliJ Idea, open the 'Maven Projects' tool window (View
2626

2727
version = "2020.1"
2828
val versionParameter = "releaseVersion"
29-
val publishVersion = "0.3.0"
29+
val publishVersion = "0.4.0"
3030

3131
project {
3232
// Disable editing of project and build settings from the UI to avoid issues with TeamCity

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
# Set up your maven coordinates here, artifactId is defined per project.
4-
version = 0.3.0
4+
version = 0.4.0
55
group = kotlinx.team
66

77
kotlin_version=1.5.0

0 commit comments

Comments
 (0)