Skip to content

Commit 2e5c21d

Browse files
committed
Prepare release 1.2.7
1 parent 9164a16 commit 2e5c21d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.purejava</groupId>
77
<artifactId>keepassxc-cryptomator</artifactId>
8-
<version>1.2.7-SNAPSHOT</version>
8+
<version>1.2.7</version>
99

1010
<name>keepassxc-cryptomator</name>
1111
<description>Plug-in for Cryptomator to store vault passwords in KeePassXC</description>
@@ -50,7 +50,7 @@
5050

5151
<!-- runtime dependencies -->
5252
<api.version>1.4.0</api.version>
53-
<keepassxc-proxy.version>1.2.6</keepassxc-proxy.version>
53+
<keepassxc-proxy.version>1.2.7</keepassxc-proxy.version>
5454
<guava.version>33.3.1-jre</guava.version>
5555
<slf4j.version>2.0.16</slf4j.version>
5656
<junit.version>5.11.3</junit.version>

src/main/java/org/purejava/integrations/keychain/KeePassXCAccess.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public String unlock() {
5858

5959
@Override
6060
public void storePassphrase(String vault, String displayName, CharSequence password) throws KeychainAccessException {
61-
storePassphrase(vault, "Vault", password, false);
61+
storePassphrase(vault, displayName, password, false);
6262
}
6363

6464
@Override

0 commit comments

Comments
 (0)