Skip to content

Commit

Permalink
Update readme with latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Larusso committed Jul 6, 2017
1 parent 028f7a0 commit 57c9bb2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ This plugin provides tasks for retrieving and publishing [Paket][paket] packages
**build.gradle**
```groovy
plugins {
id 'net.wooga.paket' version '0.5.0'
id 'net.wooga.paket' version '0.6.0'
}
```
-or-
```groovy
plugins {
id 'net.wooga.paket-get' version '0.5.0'
id 'net.wooga.paket-pack' version '0.5.0'
id 'net.wooga.paket-publish' version '0.5.0'
id 'net.wooga.paket-unity' version '0.5.0'
id 'net.wooga.paket-get' version '0.6.0'
id 'net.wooga.paket-pack' version '0.6.0'
id 'net.wooga.paket-publish' version '0.6.0'
id 'net.wooga.paket-unity' version '0.6.0'
}
```

Expand Down Expand Up @@ -115,7 +115,7 @@ Before you can use and publish `npkg` packages you need to configure one or more

```gradle
plugins {
id "net.wooga.paket-publish" version "0.5.0"
id "net.wooga.paket-publish" version "0.6.0"
}
publishing {
Expand All @@ -136,7 +136,7 @@ The plugin will hook itself into the publishing lifecycle and will make the `pub
**build.gradle**
```gradle
plugins {
id "net.wooga.paket-publish" version "0.5.0"
id "net.wooga.paket-publish" version "0.6.0"
}
publishing {
Expand Down

0 comments on commit 57c9bb2

Please sign in to comment.