Skip to content

Commit

Permalink
1.19.3-1.0.3
Browse files Browse the repository at this point in the history
updated updateJSONURL
  • Loading branch information
RealYusufIsmail committed Jan 22, 2023
1 parent e455813 commit 1ccd365
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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).

## [1.19.3-1.0.3] - 22/01/2922

## updated updateJSONURL

## [1.19.3-1.0.2] - 22/01/2922

## Fixed some bugs.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}

version = '1.19.3-1.0.2'
version = '1.19.3-1.0.3'
group = 'io.github.realyusufismail'
archivesBaseName = 'bentenmod'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ issueTrackerURL = "https://github.com/RealYusufIsmail/Ben-10-Mod/issues" #option
modId = "bentenmod"
version = "${file.jarVersion}"
displayName = "Ben10 Mod"
updateJSONURL = "https://raw.githubusercontent.com/RealYusufIsmail/Ben-10-Mod/1.18.1/update.json"
updateJSONURL = "https://raw.githubusercontent.com/RealYusufIsmail/Ben-10-Mod/1.19.3/update.json"
logoFile = "../headerimg.png"
credits = "Ben10 mob mod by Yusuf Ismail. PierogiP for drawing some of the items in the mod and gentworm for helping me with my code and vemerion for adding features to this mod."

Expand Down
7 changes: 4 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"1.19.3" : {
"1.19.3-1.0.0" : "https://github.com/RealYusufIsmail/Ben-10-Mod/blob/1.19.3/CHANGELOG.md",
"1.19.3-1.0.1" : "https://github.com/RealYusufIsmail/Ben-10-Mod/blob/1.19.3/CHANGELOG.md",
"1.19.3-1.0.2" : "https://github.com/RealYusufIsmail/Ben-10-Mod/blob/1.19.3/CHANGELOG.md"
"1.19.3-1.0.2" : "https://github.com/RealYusufIsmail/Ben-10-Mod/blob/1.19.3/CHANGELOG.md",
"1.19.3-1.0.3" : "https://github.com/RealYusufIsmail/Ben-10-Mod/blob/1.19.3/CHANGELOG.md"
},
"1.19.2" : {
"1.19.2-1.0.0" : "https://github.com/RealYusufIsmail/Ben-10-Mod/blob/1.19.2/CHANGELOG.md"
Expand Down Expand Up @@ -31,7 +32,7 @@
"1.19.1-recommended" : "1.19.1-1.0.0",
"1.19.2-latest" : "1.19.2-1.0.0",
"1.19.2-recommended" : "1.19.2-1.0.0",
"1.19.3-latest" : "1.19.3-1.0.2",
"1.19.3-recommended" : "1.19.3-1.0.2"
"1.19.3-latest" : "1.19.3-1.0.3",
"1.19.3-recommended" : "1.19.3-1.0.3"
}
}

0 comments on commit 1ccd365

Please sign in to comment.