Skip to content

Commit

Permalink
bump version for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhurling committed Nov 29, 2018
1 parent 9dc273d commit e4f7f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ through the `plugins {}` DSL:
```kt
plugins {
id("com.android.application")
id("com.github.triplet.play") version "2.0.0-rc2"
id("com.github.triplet.play") version "2.0.0"
}
```

Expand All @@ -107,7 +107,7 @@ plugins {
```groovy
plugins {
id 'com.android.application'
id 'com.github.triplet.play' version '2.0.0-rc2'
id 'com.github.triplet.play' version '2.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks.withType<KotlinJvmCompile> {
}

group = "com.github.triplet.gradle"
version = "2.0.0-rc2"
version = "2.0.0"

gradlePlugin {
plugins.create("play") {
Expand Down

0 comments on commit e4f7f58

Please sign in to comment.