Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Fix #11 home limit comparison #12

Merged
merged 3 commits into from
Jun 20, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
version 0.9.1
  • Loading branch information
MasahiroSaito committed Jun 19, 2017
commit 9e87912032c22a6b19e2d93d641be4022eece2da
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'java'
apply plugin: 'kotlin'

group = 'com.MasahiroSaito.Spigot'
version = '0.9.0'
version = '0.9.1'

sourceCompatibility = 1.8
targetCompatibility = 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,5 +1,5 @@
name: Homes
version: 0.9.0
version: 0.9.1
main: com.masahirosaito.spigot.homes.Homes
authors: [MasahiroSaito]
description: This plugin allows each player to set their home point.
Expand Down