Skip to content

Commit

Permalink
Update to 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersoj committed Dec 6, 2021
1 parent 594ae8c commit 6ea0ff4
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: '8.3.2'
implementation group: 'net.jacobpeterson', name: 'alpaca-java', version: '8.3.3'
}
```

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>8.3.2</version>
<version>8.3.3</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 @@ -30,7 +30,7 @@ tasks.getByName("generateJsonSchema2Pojo").enabled(false) // Disable default 'js

archivesBaseName = 'alpaca-java'
group = 'net.jacobpeterson'
version = '8.3.2-SNAPSHOT'
version = '8.3.3-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit 6ea0ff4

Please sign in to comment.