Skip to content

Commit

Permalink
Update README version name (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Jun 12, 2021
1 parent 79265f9 commit 096e44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ buildscript {
google()
}
dependencies {
classpath "com.xmartlabs:snapshot-publisher:2.2.0"
classpath "com.xmartlabs:snapshot-publisher:2.3.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

plugins {
id("com.gradle.plugin-publish") version "0.10.1"
id("com.gradle.plugin-publish") version "0.14.0"
`kotlin-dsl`
kotlin("jvm") version "1.4.32"
groovy
Expand Down

0 comments on commit 096e44a

Please sign in to comment.