Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Larusso committed Nov 9, 2017
1 parent 0d937bb commit 132e451
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.8.0'
id 'net.wooga.paket' version '0.8.1'
}
```
-or-
```groovy
plugins {
id 'net.wooga.paket-get' version '0.8.0'
id 'net.wooga.paket-pack' version '0.8.0'
id 'net.wooga.paket-publish' version '0.8.0'
id 'net.wooga.paket-unity' version '0.8.0'
id 'net.wooga.paket-get' version '0.8.1'
id 'net.wooga.paket-pack' version '0.8.1'
id 'net.wooga.paket-publish' version '0.8.1'
id 'net.wooga.paket-unity' version '0.8.1'
}
```

Expand Down

0 comments on commit 132e451

Please sign in to comment.