File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Add `keepassxc-proxy-access` as a dependency to your project.
15
15
<dependency>
16
16
<groupId>org.purejava</groupId>
17
17
<artifactId>keepassxc-proxy-access</artifactId>
18
- <version>0.0.6 </version>
18
+ <version>0.0.7 </version>
19
19
</dependency>
20
20
```
21
21
@@ -28,7 +28,7 @@ Examples on how to use the library can be found in the Maven test classes.
28
28
29
29
You need to establish a connection to KeePassXC first:
30
30
``` java
31
- private KeepassProxyAccess kpa = new KeepassProxyAccess ();
31
+ var kpa = new KeepassProxyAccess ();
32
32
kpa. connect();
33
33
kpa. associate();
34
34
```
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.purejava</groupId >
8
8
<artifactId >keepassxc-proxy-access</artifactId >
9
- <version >0.0.7-SNAPSHOT </version >
9
+ <version >0.0.7</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >keepassxc-proxy-access</name >
You can’t perform that action at this time.
0 commit comments