From e87a3e64f05c4931bfd2524554c5e64559635551 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 10:49:49 +0000 Subject: [PATCH] version bump --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0637cb1..d948740 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ seatsio-java is available in the Maven Central repository: ``` // build.gradle dependencies { - compile 'io.seats:seatsio-java:76.3.0' + compile 'io.seats:seatsio-java:77.0.0' } // pom.xml io.seats seatsio-java - 76.3.0 + 77.0.0 ``` diff --git a/build.gradle b/build.gradle index cdc56f3..05790df 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = 'io.seats' -version = '76.3.0' +version = '77.0.0' apply plugin: 'java' sourceCompatibility = 11