Skip to content

Commit d3acf99

Browse files
committed
Update to 9.1.0
1 parent 1da8305 commit d3acf99

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.0.0'
20+
implementation group: 'net.jacobpeterson', name: 'alpaca-java', version: '9.1.0'
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.0.0</version>
30+
<version>9.1.0</version>
3131
<scope>compile</scope>
3232
</dependency>
3333
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks.getByName("generateJsonSchema2Pojo").enabled(false) // Disable default 'js
3030

3131
archivesBaseName = 'alpaca-java'
3232
group = 'net.jacobpeterson'
33-
version = '9.0.0-SNAPSHOT'
33+
version = '9.1.0-SNAPSHOT'
3434

3535
repositories {
3636
mavenCentral()

0 commit comments

Comments
 (0)