Skip to content

Commit

Permalink
Prepare release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Dec 17, 2024
1 parent 9164a16 commit 2e5c21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.purejava</groupId>
<artifactId>keepassxc-cryptomator</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>

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

<!-- runtime dependencies -->
<api.version>1.4.0</api.version>
<keepassxc-proxy.version>1.2.6</keepassxc-proxy.version>
<keepassxc-proxy.version>1.2.7</keepassxc-proxy.version>
<guava.version>33.3.1-jre</guava.version>
<slf4j.version>2.0.16</slf4j.version>
<junit.version>5.11.3</junit.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public String unlock() {

@Override
public void storePassphrase(String vault, String displayName, CharSequence password) throws KeychainAccessException {
storePassphrase(vault, "Vault", password, false);
storePassphrase(vault, displayName, password, false);
}

@Override
Expand Down

0 comments on commit 2e5c21d

Please sign in to comment.