Skip to content

Commit

Permalink
Tagging 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Nov 3, 2021
1 parent cff6467 commit 6074410
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 @@ -23,7 +23,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'org.mini2Dx', name: 'parcl', version: '1.7.1'
classpath group: 'org.mini2Dx', name: 'parcl', version: '1.8.0'
}
}
```
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.8
targetCompatibility = 1.8

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

dependencies {
Expand Down

0 comments on commit 6074410

Please sign in to comment.