Skip to content

Commit 4b9970e

Browse files
committed
Update to 9.1.1
1 parent 3141e94 commit 4b9970e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Gradle as your build tool, add the following dependency to your
1717

1818
```
1919
dependencies {
20-
implementation group: 'net.jacobpeterson', name: 'alpaca-java', version: '9.1.0'
20+
implementation group: 'net.jacobpeterson', name: 'alpaca-java', version: '9.1.1'
2121
}
2222
```
2323

@@ -27,7 +27,7 @@ If you are using Maven as your build tool, add the following dependency to your
2727
<dependency>
2828
<groupId>net.jacobpeterson</groupId>
2929
<artifactId>alpaca-java</artifactId>
30-
<version>9.1.0</version>
30+
<version>9.1.1</version>
3131
<scope>compile</scope>
3232
</dependency>
3333
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply plugin: 'jsonschema2pojo'
2929

3030
archivesBaseName = 'alpaca-java'
3131
group = 'net.jacobpeterson'
32-
version = '9.1.0-SNAPSHOT'
32+
version = '9.1.1-SNAPSHOT'
3333

3434
repositories {
3535
mavenCentral()

0 commit comments

Comments
 (0)