From c23c6e7d05416f7f022d8f144872e2aeee89491e Mon Sep 17 00:00:00 2001 From: Jacob Peterson <14127217+Petersoj@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:13:29 -0600 Subject: [PATCH] Update to 9.1.3 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 057e7f0e..98b9acf0 100644 --- a/README.md +++ b/README.md @@ -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.2' + implementation group: 'net.jacobpeterson', name: 'alpaca-java', version: '9.1.3' } ``` @@ -27,7 +27,7 @@ If you are using Maven as your build tool, add the following dependency to your net.jacobpeterson alpaca-java - 9.1.2 + 9.1.3 compile ``` diff --git a/build.gradle b/build.gradle index bacd0079..c7ec09bf 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ apply plugin: 'jsonschema2pojo' archivesBaseName = 'alpaca-java' group = 'net.jacobpeterson' -version = '9.1.2-SNAPSHOT' +version = '9.1.3-SNAPSHOT' repositories { mavenCentral()