Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbswengineering committed Nov 26, 2020
1 parent 040adec commit 77ca30e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Create-Package.ps1
@@ -1,7 +1,7 @@
# Create the Microsoft Windows installation package
# and the default self-contained Jar package

$Version = "1.0"
$Version = "1.1"

Remove-Item -Recurse -Force .\package
mvn clean
Expand All @@ -25,4 +25,4 @@ jpackage `
--win-dir-chooser
Copy-Item ".\target\pdfjuggler-${Version}-jar-with-dependencies.jar" .\package
Rename-Item ".\package\pdfjuggler-${Version}-jar-with-dependencies.jar" "pdfjuggler-${Version}.jar"
Rename-Item ".\package\PDF Juggler-${Version}.msi" "pdfjuggler-${Version}.msi"
Rename-Item ".\package\PDF Juggler-${Version}.msi" "pdfjuggler-${Version}.msi"
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.bernardi</groupId>
<artifactId>pdfjuggler</artifactId>
<version>1.0</version><!-- Main version -->
<version>1.1</version><!-- Main version -->
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cloud/bernardi/pdfjuggler/Const.java
Expand Up @@ -31,7 +31,7 @@ public class Const {
/**
* Version of the application.
*/
public static final String VERSION = "1.0";
public static final String VERSION = "1.1";

/**
* Copyright information.
Expand Down

0 comments on commit 77ca30e

Please sign in to comment.