Skip to content

Commit

Permalink
Bump to version 0.1.12 for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
psxpaul committed Aug 21, 2019
1 parent a9323eb commit 305aa9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For running a standard executable:

```groovy
plugins {
id 'com.github.psxpaul.execfork' version '0.1.11'
id 'com.github.psxpaul.execfork' version '0.1.12'
}
task startDaemon(type: com.github.psxpaul.task.ExecFork) {
Expand All @@ -27,7 +27,7 @@ For running a java main class:

```groovy
plugins {
id 'com.github.psxpaul.execfork' version '0.1.11'
id 'com.github.psxpaul.execfork' version '0.1.12'
}
task startDaemon(type: com.github.psxpaul.task.JavaExecFork) {
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.11
0.1.12

1 comment on commit 305aa9d

@henrik242
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.