Skip to content

Commit e4f7f58

Browse files
committed
bump version for release 2.0.0
1 parent 9dc273d commit e4f7f58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ through the `plugins {}` DSL:
9696
```kt
9797
plugins {
9898
id("com.android.application")
99-
id("com.github.triplet.play") version "2.0.0-rc2"
99+
id("com.github.triplet.play") version "2.0.0"
100100
}
101101
```
102102

@@ -107,7 +107,7 @@ plugins {
107107
```groovy
108108
plugins {
109109
id 'com.android.application'
110-
id 'com.github.triplet.play' version '2.0.0-rc2'
110+
id 'com.github.triplet.play' version '2.0.0'
111111
}
112112
```
113113

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tasks.withType<KotlinJvmCompile> {
3434
}
3535

3636
group = "com.github.triplet.gradle"
37-
version = "2.0.0-rc2"
37+
version = "2.0.0"
3838

3939
gradlePlugin {
4040
plugins.create("play") {

0 commit comments

Comments
 (0)