Skip to content

Commit

Permalink
Updated permissions API dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
MairwunNx committed Oct 6, 2019
1 parent 23e5a2d commit 00c6ed5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
compile(
group: "com.github.projectessentials",
name: "ProjectEssentials-Permissions",
version: "v1.14.4-0.1.0.1"
version: "v1.14.4-0.1.0.2"
)
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mappingsChannelVersion=20190719-1.14.3
kotlinJdkVersionTarget=jdk8
kotlinxSerializationVersion=0.12.0
kotlinVersion=1.3.50
projectEssentialsVersion=1.14.4-1.0.0.1
projectEssentialsVersion=1.14.4-1.0.0.2
projectEssentialsName=Project Essentials Spawn
projectEssentialsId=project_essentials_spawn
projectEssentialsVendor=MairwunNx (Pavel Erokhin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.apache.logging.log4j.LogManager
const val MOD_ID = "project_essentials_spawn"
const val MOD_NAME = "Project Essentials Spawn"
const val PART_OF_MOD = "Project Essentials"
const val MOD_VERSION = "1.14.4-1.0.0.0"
const val MOD_VERSION = "1.14.4-1.0.0.2"
const val MOD_MAINTAINER = "MairwunNx (Pavel Erokhin)"
const val MOD_TARGET_FORGE = "28.0.X"
const val MOD_TARGET_FORGE_REGEX = "^28\\.0\\..\\d{1,}|28\\.0\\.[\\d]\$"
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 @@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Spawn/is

[[mods]]
modId="project_essentials_spawn"
version="1.14.4-1.0.0.1"
version="1.14.4-1.0.0.2"
displayName="Project Essentials Spawn"
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Spawn/MC-1.14.4/update.json"
displayURL="https://github.com/ProjectEssentials/ProjectEssentials-Spawn"
Expand Down
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases/tag/v1.14.4-1.0.0.1",
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases/tag/v1.14.4-1.0.0.2",
"1.14.4": {
"1.14.4-1.0.0.1": " - Fixed some wrong meta information for mod."
"1.14.4-1.0.0.2": " - Updated permissions API dependency."
},
"promos": {
"1.14.4-latest": "1.14.4-1.0.0.1",
"1.14.4-recommended": "1.14.4-1.0.0.1"
"1.14.4-latest": "1.14.4-1.0.0.2",
"1.14.4-recommended": "1.14.4-1.0.0.2"
}
}

0 comments on commit 00c6ed5

Please sign in to comment.