Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TeksuSiK committed Apr 13, 2022
1 parent f3949e1 commit 41900b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

allprojects {
group = "pl.teksusik"
version = "1.3-SNAPSHOT"
version = "1.3-RELEASE"
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ public void onDelete(Player player, String[] args) {

@Subcommand("version")
public void onVersion(Player player) {
this.adventure.player(player).sendMessage(Component.text("CustomSkins 1.3-SNAPSHOT by teksusik."));
this.adventure.player(player).sendMessage(Component.text("CustomSkins 1.3-RELEASE by teksusik."));
}
}
2 changes: 1 addition & 1 deletion customskins-plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CustomSkins
version: 1.3-SNAPSHOT
version: 1.3-RELEASE
main: pl.teksusik.customskins.CustomSkinsPlugin
author: teksusik.

0 comments on commit 41900b4

Please sign in to comment.