Skip to content

Commit 53a8a99

Browse files
committed
Release version 0.8.1
1 parent ac3fa2b commit 53a8a99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the PATH is required for it to run.
99

1010
```gradle
1111
plugins {
12-
id 'net.minecrell.gitpatcher' version '<version>'
12+
id 'net.minecrell.gitpatcher' version '0.8.1'
1313
}
1414
```
1515
3. Configure gitpatcher:

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

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

1818
sourceCompatibility = 1.6

0 commit comments

Comments
 (0)