Skip to content

Commit

Permalink
release version: 0.6.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jun 27, 2021
1 parent eafe7f1 commit c51a556
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.caching=true

github=https://github.com/sekwah41/Advanced-Portals
curse_project_id=86001
version=0.6.0
version=0.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
@Plugin(id = "advancedportals", name = "Advanced Portals",
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
version = "0.6.0")
version = "0.6.1")
public class AdvancedPortalsPlugin {

public HashMap<String, String[]> PlayerDestiMap = new HashMap<>();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.6.0
version: 0.6.1
author: sekwah41
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.6.0
version: 0.6.1
author: sekwah41
description: An advanced portals plugin for bukkit.
api-version: 1.13
Expand Down

0 comments on commit c51a556

Please sign in to comment.