Skip to content

Commit

Permalink
Updated version to be <current major minecraft version>.<release number>
Browse files Browse the repository at this point in the history
  • Loading branch information
tajobe committed Apr 25, 2016
1 parent d1f5274 commit e716e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.simplemc'
version '0.6.0-SNAPSHOT'
version '1.9-SNAPSHOT'

// target Java 8
sourceCompatibility = 1.8
Expand All @@ -22,6 +22,6 @@ repositories {
}

dependencies {
compile 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'
compile 'org.spigotmc:spigot-api:1.9-R0.1-SNAPSHOT'
testCompile group: 'junit', name: 'junit', version: '4.11'
}
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: 0.6.0
version: 1.9.0
website: http://dev.bukkit.org/server-mods/simplereserve/
author: Taylor Becker
permissions:
Expand Down

0 comments on commit e716e9d

Please sign in to comment.