From d2bdcac0253d3715fd4157650fe45269db90845f Mon Sep 17 00:00:00 2001 From: Malcolm Johnson <45538844+Ultraviolet-Ninja@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:46:50 -0500 Subject: [PATCH] Forgot the version bump for merging to main --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfab34a7..cdf2c447 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CircleCI](https://circleci.com/gh/Ultraviolet-Ninja/GradleCenturion/tree/main.svg?style=shield)](https://circleci.com/gh/Ultraviolet-Ninja/GradleCenturion/tree/main) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/b4b8571475d543a2afc720f5f96ae2cf)](https://www.codacy.com/gh/Ultraviolet-Ninja/GradleCenturion/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Ultraviolet-Ninja/GradleCenturion&utm_campaign=Badge_Grade) -![Project Version](https://img.shields.io/badge/version-0.23.1-blueviolet) +![Project Version](https://img.shields.io/badge/version-0.23.2-blueviolet) ## Intro This project is designed to solve all puzzles found on the Centurion Bomb from Keep Talking and Nobody Explodes, which diff --git a/build.gradle b/build.gradle index 0d5cd619..22a7375f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'jasmine.jragon' -version '0.23.1' +version '0.23.2' sourceCompatibility = 21 targetCompatibility = 21