Skip to content

Commit

Permalink
chore: Update version to 1.0.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Dec 15, 2021
1 parent fda7488 commit a82fa7a
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 @@ -156,7 +156,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.decathlon.phrase:phrase-gradle-plugin:0.0.1")
classpath("com.decathlon.phrase:phrase-gradle-plugin:<last-version>")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
GROUP=com.decathlon.phrase
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0-beta01

POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/Decathlon/gradle-plugin-phraseapp/
Expand Down

0 comments on commit a82fa7a

Please sign in to comment.