Skip to content

Commit

Permalink
correct next version
Browse files Browse the repository at this point in the history
  • Loading branch information
ydylla committed Aug 25, 2021
1 parent e062864 commit 0f507f3
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 @@ -18,7 +18,7 @@ respositories {
}
dependencies {
implementation 'com.github.eddyson-de:tapestry-minification-cache-warming:0.5.0'
implementation 'com.github.eddyson-de:tapestry-minification-cache-warming:0.1.0'
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

description = "Warm up Tapestry's minification cache during application startup"
group = "de.eddyson"
version = "0.5.0"
version = "0.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0f507f3

Please sign in to comment.