Skip to content

Commit

Permalink
Tie version to MC version and actually update plugin version (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tajobe authored Jan 9, 2019
1 parent c741a43 commit e827fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.simplemc'
version '1.9.1'
version '1.13-SNAPSHOT'

// target Java 8
sourceCompatibility = 1.8
Expand Down
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 @@
name: SimpleReserve
main: org.simplemc.simplereserve.SimpleReserve
version: 1.9.0
version: 1.13.0
website: http://dev.bukkit.org/server-mods/simplereserve/
author: Taylor Becker
permissions:
Expand Down

0 comments on commit e827fa6

Please sign in to comment.