Skip to content

Commit

Permalink
Release version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Aug 18, 2016
1 parent ac3fa2b commit 53a8a99
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 @@ -9,7 +9,7 @@ the PATH is required for it to run.

```gradle
plugins {
id 'net.minecrell.gitpatcher' version '<version>'
id 'net.minecrell.gitpatcher' version '0.8.1'
}
```
3. Configure gitpatcher:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = 'net.minecrell'
version = '0.8.1-SNAPSHOT'
version = '0.8.1'
description = 'A Gradle plugin to manage patches for Git repositories'

sourceCompatibility = 1.6
Expand Down

0 comments on commit 53a8a99

Please sign in to comment.