Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Jul 22, 2020
1 parent bb787da commit 23a106a
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 @@ -2,11 +2,11 @@ plugins {
id 'io.codearte.nexus-staging' version '0.21.2'
}

ext.apiVersion = "0.2-SNAPSHOT"
ext.apiVersion = "0.2"

allprojects {
group = "org.anvilpowered"
version = "0.2.0-SNAPSHOT"
version = "0.2.0"
apply plugin: 'java-library'
apply plugin: 'maven-publish'
apply plugin: 'signing'
Expand Down
2 changes: 1 addition & 1 deletion ontime-spigot/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OnTime
version: "0.2.0-SNAPSHOT"
version: "0.2.0"
main: org.anvilpowered.ontime.spigot.OnTimeSpigot
api-version: 1.15
authors: [Cableguy20, STG_Allen]
Expand Down

0 comments on commit 23a106a

Please sign in to comment.