File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ Add `secret-service` as a dependency to your project.
1616
1717## Gradle
1818``` gradle
19- implementation group: 'org.purejava', name: 'secret-service', version: '1.1.0 '
19+ implementation group: 'org.purejava', name: 'secret-service', version: '1.1.1 '
2020```
2121## Maven
2222
2323``` maven
2424<dependency>
2525 <groupId>org.purejava</groupId>
2626 <artifactId>secret-service</artifactId>
27- <version>1.1.0 </version>
27+ <version>1.1.1 </version>
2828</dependency>
2929```
3030
@@ -37,4 +37,4 @@ It took me about a month to develop and test this library. You can use it for fr
3737[ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/donate?hosted_button_id=XVX9ZM7WE4ANL )
3838
3939# Copyright
40- Copyright (C) 2025 Ralph Plawetzki
40+ Copyright (C) 2025 Ralph Plawetzki
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " org.purejava"
14- version = " 1.1.1-SNAPSHOT "
14+ version = " 1.1.1"
1515description = " A Java library for managing secrets on Linux using the secret service DBus interface"
1616
1717val releaseGradlePluginToken: String = System .getenv(" RELEASE_GRADLE_PLUGIN_TOKEN" ) ? : " "
You can’t perform that action at this time.
0 commit comments