Skip to content

Commit

Permalink
Update README for v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moallemi committed Dec 12, 2022
1 parent 9e9e45b commit b45e3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the advanced-build-version plugin to your build script and use the property
Using the plugins DSL:
```groovy
plugins {
id "me.moallemi.advanced-build-version" version "2.0.0"
id "me.moallemi.advanced-build-version" version "2.0.1"
}
```

Expand All @@ -33,7 +33,7 @@ buildscript {
}
dependencies {
classpath 'me.moallemi.gradle:advanced-build-version:2.0.0'
classpath 'me.moallemi.gradle:advanced-build-version:2.0.1'
}
}
Expand Down

0 comments on commit b45e3cd

Please sign in to comment.