Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
Took 6 minutes
  • Loading branch information
Darkyenus committed Jul 31, 2019
1 parent 89eea01 commit 0a8fdf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val DeadSouls by project(Archetypes.JavaProject) {

projectGroup set { "com.darkyen.minecraft" }
projectName set { "DeadSouls" }
projectVersion set { "1.1" }
projectVersion set { "1.2" }

repositories add { Repository("spigot-repo", "https://hub.spigotmc.org/nexus/content/repositories/snapshots/") }
repositories add { Jitpack }
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DeadSouls
version: '1.1'
version: '1.2'
api-version: 1.13
main: com.darkyen.minecraft.DeadSouls
authors: [Darkyen]
Expand Down

0 comments on commit 0a8fdf1

Please sign in to comment.