Skip to content

Commit

Permalink
Update README for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moallemi committed Jan 25, 2024
1 parent 09e017a commit 3112d8b
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.1"
id "me.moallemi.advanced-build-version" version "2.0.2"
}
```

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

0 comments on commit 3112d8b

Please sign in to comment.