Skip to content

Commit 78089d3

Browse files
committed
Prepare release 1.2.8
1 parent f4c4424 commit 78089d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ implementation group: 'org.purejava', name: 'keepassxc-proxy-access', version: '
2222
<dependency>
2323
<groupId>org.purejava</groupId>
2424
<artifactId>keepassxc-proxy-access</artifactId>
25-
<version>1.2.7</version>
25+
<version>1.2.8</version>
2626
</dependency>
2727
```
2828

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
}
2222

2323
group = "org.purejava"
24-
version = "1.2.8-SNAPSHOT"
24+
version = "1.2.8"
2525
description = "A Java library to access KeePassXC via its build-in proxy."
2626

2727
java {

0 commit comments

Comments
 (0)