Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Apr 23, 2020
1 parent 43ef982 commit 3bb0f79
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
@@ -1,6 +1,6 @@
allprojects {
group = "org.anvilpowered"
version = "A1.0-1.0.0-SNAPSHOT"
version = "0.1.0"
}
subprojects {
apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion spigot/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OnTime
version: "1.0.0-SNAPSHOT"
version: "0.1.0"
main: org.anvilpowered.ontime.spigot.plugin.OnTimeSpigot
api-version: 1.15
authors: [Cableguy20, STG_Allen]
Expand Down

0 comments on commit 3bb0f79

Please sign in to comment.