Skip to content

Commit

Permalink
Update to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersoj committed Aug 20, 2023
1 parent cf28216 commit 92656f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you are using Gradle as your build tool, add the following dependency to your

```
dependencies {
implementation group: 'net.jacobpeterson', name: 'alpaca-java', version: '9.1.4'
implementation group: 'net.jacobpeterson', name: 'alpaca-java', version: '9.2.0'
}
```

Expand All @@ -27,7 +27,7 @@ If you are using Maven as your build tool, add the following dependency to your
<dependency>
<groupId>net.jacobpeterson</groupId>
<artifactId>alpaca-java</artifactId>
<version>9.1.4</version>
<version>9.2.0</version>
<scope>compile</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'jsonschema2pojo'

archivesBaseName = 'alpaca-java'
group = 'net.jacobpeterson'
version = '9.1.4-SNAPSHOT'
version = '9.2.0-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit 92656f7

Please sign in to comment.