Skip to content

Commit

Permalink
U v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fvarrui committed Mar 3, 2022
1 parent ee0660f commit 6a87356
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 @@ -23,7 +23,7 @@ Add the following `plugin` tag to your `pom.xml`:
<plugin>
<groupId>io.github.fvarrui</groupId>
<artifactId>javapackager</artifactId>
<version>1.6.3</version>
<version>1.6.4</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -71,7 +71,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'io.github.fvarrui:javapackager:1.6.3'
classpath 'io.github.fvarrui:javapackager:1.6.4'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
}

group = 'io.github.fvarrui'
version = '1.6.5-SNAPSHOT'
version = '1.6.4'
description = 'Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them'

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 6a87356

Please sign in to comment.