From 7194ff7f5c06f3415a4c30d23a790f98dc7325b0 Mon Sep 17 00:00:00 2001 From: Goldorion <38427877+Goldorion@users.noreply.github.com> Date: Sat, 20 May 2023 23:08:51 -0400 Subject: [PATCH] Bump version --- build.gradle | 1 + src/plugin.json | 2 +- update.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4f8b871..2dd5851 100644 --- a/build.gradle +++ b/build.gradle @@ -23,6 +23,7 @@ System.setProperty("user.dir", projectDir.toString()) task exportPlugin(type: Zip) { group("mcreator_plugins") from 'src' + from 'LICENSE' archiveFileName = Globals.getArchiveName() destinationDirectory = file('build/') } diff --git a/src/plugin.json b/src/plugin.json index c89d04e..1301200 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -3,7 +3,7 @@ "minversion": 202200112711, "info": { "name": "ArrayList", - "version": "2.4.3", + "version": "2.4.4", "description": "Create and manage your own lists", "author": "Goldorion", "updateJSONURL": "https://raw.githubusercontent.com/Goldorion/Array-Lists-MCreator/master/update.json", diff --git a/update.json b/update.json index 89cc6ef..98a3e73 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { "arraylist": { - "latest": "2.4.3" + "latest": "2.4.4" } } \ No newline at end of file