Skip to content

Commit

Permalink
release version: 0.10.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jul 24, 2024
1 parent c127d87 commit a5fac45
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.10.0
version=0.10.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
@Plugin(authors = {"sekwah41"} ,id = "advancedportals", name = "Advanced Portals",
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
version = "0.10.0")
version = "0.10.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.10.0
version: 0.10.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.10.0
version: 0.10.1
author: sekwah41
description: An advanced portals plugin for bukkit.
api-version: 1.13
Expand Down

0 comments on commit a5fac45

Please sign in to comment.