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.
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
2929You need to establish a connection to KeePassXC first:
3030``` java
31- private KeepassProxyAccess kpa = new KeepassProxyAccess ();
31+ var kpa = new KeepassProxyAccess ();
3232kpa. connect();
3333kpa. associate();
3434```
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments