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

Commit

Permalink
Bump plugins version
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Aug 8, 2018
1 parent d51d22b commit 4b0a330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ allprojects {
version = "1.0-rc-1"
}

val publishedPluginsVersion by extra { "0.19.14" }
val futurePluginsVersion = "0.19.15"
val publishedPluginsVersion by extra { "1.0-rc-1" }
val futurePluginsVersion = "1.0-rc-2"
project(":plugins") {
group = "org.gradle.kotlin"
version = futurePluginsVersion
Expand Down

0 comments on commit 4b0a330

Please sign in to comment.