Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Jul 31, 2020
1 parent 6a5903d commit fee5dab
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.2.1-SNAPSHOT"
version: "0.2.1"
main: org.anvilpowered.anvil.bungee.AnvilBungee
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.2.1-SNAPSHOT"
version: "0.2.1"
main: org.anvilpowered.anvil.nukkit.AnvilNukkit
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.2.1-SNAPSHOT"
version: "0.2.1"
main: org.anvilpowered.anvil.spigot.AnvilSpigot
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.3-SNAPSHOT"

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

0 comments on commit fee5dab

Please sign in to comment.