Skip to content

Commit 67f2297

Browse files
committed
Prepare release 1.1.1
1 parent 52364cd commit 67f2297

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "org.purejava"
14-
version = "1.1.1-SNAPSHOT"
14+
version = "1.1.1"
1515
description = "A Java library for managing secrets on Linux using the secret service DBus interface"
1616

1717
val releaseGradlePluginToken: String = System.getenv("RELEASE_GRADLE_PLUGIN_TOKEN") ?: ""

0 commit comments

Comments
 (0)