Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed May 21, 2023
1 parent 34bfdaf commit 7194ff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"arraylist": {
"latest": "2.4.3"
"latest": "2.4.4"
}
}

0 comments on commit 7194ff7

Please sign in to comment.