Skip to content

Commit

Permalink
v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncanRuns committed Jun 17, 2024
1 parent c275a72 commit 29f6a6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'xyz.duncanruns.julti'
version '1.4.6+pre1'
version '1.4.6'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
8 changes: 4 additions & 4 deletions meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"latest": "1.4.5",
"latest_download": "https://github.com/DuncanRuns/Julti/releases/download/v1.4.5/Julti-1.4.5.jar",
"latest_dev": "1.4.6+pre1",
"latest_dev_download": "https://github.com/DuncanRuns/Julti/releases/download/v1.4.6%2Bpre1/Julti-1.4.6%2Bpre1.jar"
"latest": "1.4.6",
"latest_download": "https://github.com/DuncanRuns/Julti/releases/download/v1.4.6/Julti-1.4.6.jar",
"latest_dev": "1.4.6",
"latest_dev_download": "https://github.com/DuncanRuns/Julti/releases/download/v1.4.6/Julti-1.4.6.jar"
}

0 comments on commit 29f6a6f

Please sign in to comment.