Skip to content

Commit a3f045c

Browse files
committed
Module version numbers updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 290c26a commit a3f045c

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.14.4-1.2.1] - 2020-03-12
10+
911
## [1.14.4-1.2.0] - 2020-02-08
1012

1113
### Changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This modification serves as a command permissions provider for players. It is ve
88

99
### Explore
1010

11-
#### [Download mod](https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases/download/v1.14.4-1.2.0/Project.Essentials.Permissions-1.14.4-1.2.0.jar) · [How to install](https://mairwunnx.gitbook.io/project-essentials/project-essentials-permissions#how-to-install) · [Commands](https://mairwunnx.gitbook.io/project-essentials/project-essentials-permissions#commands-and-permissions) · [Configuration](https://mairwunnx.gitbook.io/project-essentials/project-essentials-permissions#configuration) · [API Using](https://mairwunnx.gitbook.io/project-essentials/project-essentials-permissions#api-in-using) · [Troubleshooting](https://github.com/ProjectEssentials/ProjectEssentials-Permissions/issues/new/choose) · [News & updates](https://t.me/minecraftforge) · [Change log](changelog.md)
11+
#### [Download mod](https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases/download/v1.14.4-1.2.1/Project.Essentials.Permissions-1.14.4-1.2.1.jar) · [How to install](https://mairwunnx.gitbook.io/project-essentials/project-essentials-permissions#how-to-install) · [Commands](https://mairwunnx.gitbook.io/project-essentials/project-essentials-permissions#commands-and-permissions) · [Configuration](https://mairwunnx.gitbook.io/project-essentials/project-essentials-permissions#configuration) · [API Using](https://mairwunnx.gitbook.io/project-essentials/project-essentials-permissions#api-in-using) · [Troubleshooting](https://github.com/ProjectEssentials/ProjectEssentials-Permissions/issues/new/choose) · [News & updates](https://t.me/minecraftforge) · [Change log](changelog.md)
1212

1313
<a href="https://ko-fi.com/mairwunnx" target="_blank"><img src="./assets/support_social.png"></a>
1414

src/main/kotlin/com/mairwunnx/projectessentials/permissions/EntryPoint.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal class EntryPoint : EssBase() {
2121

2222
init {
2323
modInstance = this
24-
modVersion = "1.14.4-1.2.0"
24+
modVersion = "1.14.4-1.2.1"
2525
logBaseInfo()
2626
validateForgeVersion()
2727
MinecraftForge.EVENT_BUS.register(this)

src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Permissi
44

55
[[mods]]
66
modId="project_essentials_permissions"
7-
version="1.14.4-1.2.0"
7+
version="1.14.4-1.2.1"
88
displayName="Project Essentials Permissions"
99
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Permissions/MC-1.14.X/update.json"
1010
displayURL="https://github.com/ProjectEssentials/ProjectEssentials-Permissions"

update.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Permissions",
33
"1.14.4": {
4+
"1.14.4-1.2.1": "Changelog for 1.2.1 https://github.com/ProjectEssentials/ProjectEssentials-Permissions/blob/MC-1.14.X/changelog.md#1144-121---2020-03-12",
45
"1.14.4-1.2.0": "Changelog for 1.2.0 https://github.com/ProjectEssentials/ProjectEssentials-Permissions/blob/MC-1.14.X/changelog.md#1144-120---2020-02-08",
56
"1.14.4-1.1.0.0": " - Resolved #20. (Improve default permission configuration.)\n - Resolved #19. (Implement permissions for block break and block place events.)\n - Updated core module version.\n - Fixed not working permissions in group with inheritance.",
67
"1.14.4-1.0.1.0": " - Added compatibility with core module `1.0.3.2`.\n - Added compatibility with cooldown module `1.0.2.0`.\n - Updated gradle wrapper version to `5.6.4`.\n - CHANGELOG.md renamed to changelog.md.\n - Updated core module and cooldown module.\n - Updated version number to `1.0.1.0`.\n - Removed comments from gradle.properties.\n - Removed redundant information logging.\n - Simplified code for creating directory.\n - Usings optimal `JsonConfiguration` from core module.",
@@ -12,7 +13,7 @@
1213
"1.14.4-0.1.0.0": " - Initial release of PermissionsAPI as Project Essentials part."
1314
},
1415
"promos": {
15-
"1.14.4-latest": "1.14.4-1.2.0",
16-
"1.14.4-recommended": "1.14.4-1.2.0"
16+
"1.14.4-latest": "1.14.4-1.2.1",
17+
"1.14.4-recommended": "1.14.4-1.2.1"
1718
}
1819
}

0 commit comments

Comments
 (0)