Skip to content

Commit b3a1638

Browse files
committed
Prepare release 0.0.7
1 parent f1b89d8 commit b3a1638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add `keepassxc-proxy-access` as a dependency to your project.
1515
<dependency>
1616
<groupId>org.purejava</groupId>
1717
<artifactId>keepassxc-proxy-access</artifactId>
18-
<version>0.0.6</version>
18+
<version>0.0.7</version>
1919
</dependency>
2020
```
2121

@@ -28,7 +28,7 @@ Examples on how to use the library can be found in the Maven test classes.
2828

2929
You need to establish a connection to KeePassXC first:
3030
```java
31-
private KeepassProxyAccess kpa = new KeepassProxyAccess();
31+
var kpa = new KeepassProxyAccess();
3232
kpa.connect();
3333
kpa.associate();
3434
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.purejava</groupId>
88
<artifactId>keepassxc-proxy-access</artifactId>
9-
<version>0.0.7-SNAPSHOT</version>
9+
<version>0.0.7</version>
1010
<packaging>jar</packaging>
1111

1212
<name>keepassxc-proxy-access</name>

0 commit comments

Comments
 (0)