Skip to content

Commit

Permalink
Prepare release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Sep 3, 2022
1 parent b84bab3 commit 12baf5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.purejava</groupId>
<artifactId>keepassxc-cryptomator</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>

<name>keepassxc-cryptomator</name>
<description>Store Cryptomator vault passwords in KeePassXC</description>
Expand Down Expand Up @@ -50,7 +50,7 @@

<!-- runtime dependencies -->
<api.version>1.1.0-beta1</api.version>
<keepassxc-proxy.version>1.1.2</keepassxc-proxy.version>
<keepassxc-proxy.version>1.1.3</keepassxc-proxy.version>
<guava.version>31.1-jre</guava.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>5.8.2</junit.version>
Expand Down Expand Up @@ -195,7 +195,7 @@
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 12baf5f

Please sign in to comment.