We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84c8a7 commit 93017e7Copy full SHA for 93017e7
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>org.purejava</groupId>
7
<artifactId>keepassxc-cryptomator</artifactId>
8
- <version>0.0.4-SNAPSHOT</version>
+ <version>0.0.4</version>
9
10
<name>keepassxc-cryptomator</name>
11
<description>Store Cryptomator vault passwords in KeePassXC</description>
@@ -50,7 +50,7 @@
50
51
<!-- runtime dependencies -->
52
<api.version>1.1.0-beta1</api.version>
53
- <keepassxc-proxy.version>0.0.6</keepassxc-proxy.version>
+ <keepassxc-proxy.version>0.0.7</keepassxc-proxy.version>
54
<guava.version>31.0.1-jre</guava.version>
55
<slf4j.version>1.7.32</slf4j.version>
56
<junit.version>5.8.1</junit.version>
0 commit comments