From 268d5587b195e22574c45e1ba0460b6132e121a2 Mon Sep 17 00:00:00 2001 From: Andy Lassiter Date: Fri, 26 Apr 2024 11:40:35 -0500 Subject: [PATCH] Update version to 1.1.1-rc.1 --- CHANGELOG.MD | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 4da9289..36ca3d6 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.1-rc.1] - 2024-04-26 ### Fixed diff --git a/build.gradle b/build.gradle index 73136c9..172fb64 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group "org.nrg.xnatx.plugins" -version "1.2.0-SNAPSHOT" +version "1.1.1-rc.1" description "JupyterHub Plugin for XNAT" repositories {