From 20bd39926f0328bdc496b46bfcd88e254aa98b61 Mon Sep 17 00:00:00 2001 From: Matthew Pope <81593196+popematt@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:49:38 -0700 Subject: [PATCH] Release v1.6.1 (#280) --- ion-schema/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion-schema/build.gradle b/ion-schema/build.gradle index f3adae2..53d1357 100644 --- a/ion-schema/build.gradle +++ b/ion-schema/build.gradle @@ -20,7 +20,7 @@ plugins { id "signing" } -version = "1.6.1-SNAPSHOT" +version = "1.6.1" repositories { mavenCentral()