From 4b9970ed0d50df1e18c0980dcf44d3f8797fdc00 Mon Sep 17 00:00:00 2001 From: Jacob Peterson <14127217+Petersoj@users.noreply.github.com> Date: Tue, 9 Aug 2022 18:09:04 -0600 Subject: [PATCH] Update to 9.1.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 396ee4cc..e3f98186 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.0' + implementation group: 'net.jacobpeterson', name: 'alpaca-java', version: '9.1.1' } ``` @@ -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.0 + 9.1.1 compile ``` diff --git a/build.gradle b/build.gradle index 80c4aa13..692c91f3 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ apply plugin: 'jsonschema2pojo' archivesBaseName = 'alpaca-java' group = 'net.jacobpeterson' -version = '9.1.0-SNAPSHOT' +version = '9.1.1-SNAPSHOT' repositories { mavenCentral()