Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Bump futurePluginsVersion
Browse files Browse the repository at this point in the history
To be on the safe-side since the migration to Kotlin 1.3.10 is blocked
but already required publishing versions 1.0.3 and 1.0.4 of plugins.
  • Loading branch information
bamboo committed Nov 14, 2018
1 parent 68db9d3 commit 7080dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
}

val publishedPluginsVersion by extra { "1.0.2" }
val futurePluginsVersion = "1.0.3"
val futurePluginsVersion = "1.0.5"
project(":plugins") {
group = "org.gradle.kotlin"
version = futurePluginsVersion
Expand Down

0 comments on commit 7080dbb

Please sign in to comment.