Skip to content

Commit e815821

Browse files
committed
Release version 0.9.0
1 parent 0158b34 commit e815821

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 '0.8.1'
12+
id 'net.minecrell.gitpatcher' version '0.9.0'
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.9.0-SNAPSHOT'
15+
version = '0.9.0'
1616
description = 'A Gradle plugin to manage patches for Git repositories'
1717

1818
sourceCompatibility = '1.7'

0 commit comments

Comments
 (0)