Skip to content

Commit

Permalink
release: 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed May 27, 2020
1 parent f338d75 commit a395eec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anvil-bungee/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Anvil
version: "0.1.3-SNAPSHOT"
version: "0.1.3"
main: org.anvilpowered.anvil.bungee.plugin.AnvilCoreBungee
api-version: 1.15
description: A cross-platform Minecraft plugin framework
Expand Down
2 changes: 1 addition & 1 deletion anvil-nukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Anvil
version: "0.1.3-SNAPSHOT"
version: "0.1.3"
main: org.anvilpowered.anvil.nukkit.plugin.AnvilCoreNukkit
api: ["1.0.0"]
description: A cross-platform Minecraft plugin framework
Expand Down
2 changes: 1 addition & 1 deletion anvil-spigot/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Anvil
version: "0.1.3-SNAPSHOT"
version: "0.1.3"
main: org.anvilpowered.anvil.spigot.plugin.AnvilCoreSpigot
api-version: 1.15
description: A cross-platform Minecraft plugin framework
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext.apiVersion = "0.2-SNAPSHOT"

allprojects {
group = "org.anvilpowered"
version = "0.1.3-SNAPSHOT"
version = "0.1.3"
apply plugin: 'maven-publish'
apply plugin: 'signing'
}
Expand Down

0 comments on commit a395eec

Please sign in to comment.