Skip to content

Commit f512b7f

Browse files
committed
Update version to 1.1.1 in project configuration files
1 parent b652434 commit f512b7f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add the following dependency to your `pom.xml`:
3636
<dependency>
3737
<groupId>com.digitalsanctuary</groupId>
3838
<artifactId>spring-cf-turnstile</artifactId>
39-
<version>1.0.0</version>
39+
<version>1.1.1</version>
4040
</dependency>
4141
```
4242

@@ -46,7 +46,7 @@ Add the following dependency to your `build.gradle`:
4646

4747
```groovy
4848
dependencies {
49-
implementation 'com.digitalsanctuary:spring-cf-turnstile:1.0.0'
49+
implementation 'com.digitalsanctuary:spring-cf-turnstile:1.1.1'
5050
}
5151
```
5252

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import com.vanniktech.maven.publish.SonatypeHost
1212
import com.vanniktech.maven.publish.JavaLibrary
1313
import com.vanniktech.maven.publish.JavadocJar
1414

15-
group 'com.digitalsanctuary.springaiclient'
16-
version '1.1.0'
15+
group 'com.digitalsanctuary.cf.turnstile'
16+
version '1.1.1'
1717
description = 'SpringBoot Cloudflare Turnstile Library'
1818

1919
ext {
@@ -107,7 +107,7 @@ mavenPublishing {
107107

108108
pom {
109109
name = "Spring Cloudflare Turnstile Library"
110-
description = "SpringBoot Cloudflare Turnstile Librar"
110+
description = "SpringBoot Cloudflare Turnstile Library"
111111
inceptionYear = "2024"
112112
url = "https://github.com/devondragon/SpringCFTurnstile"
113113
licenses {

0 commit comments

Comments
 (0)