Skip to content

Commit

Permalink
Tagging 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Nov 16, 2017
1 parent 39f5faa commit 4872b35
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 @@ -27,7 +27,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'org.mini2Dx', name: 'parcl', version: '1.1.0'
classpath group: 'org.mini2Dx', name: 'parcl', version: '1.2.1'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7

group = 'org.mini2Dx'
version = '1.2.1-SNAPSHOT'
version = '1.2.1'
description = 'Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux'

dependencies {
Expand Down

0 comments on commit 4872b35

Please sign in to comment.