Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rusthero committed Dec 17, 2022
1 parent b272426 commit cc2d314
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'dev.rusthero.biomecompass'
version '1.0.0-SNAPSHOT'
version '1.0.0'

compileJava.options.encoding = "UTF-8"

Expand All @@ -20,4 +20,10 @@ repositories {
dependencies {
implementation "org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT"
implementation "com.google.guava:guava:31.1-jre"
}

processResources {
filesMatching("**/plugin.yml") {
expand(project.properties)
}
}
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: BiomeCompass
version: 1.0.0
version: ${version}
description: Find biomes anywhere in any dimension!
author: rusthero
website: https://github.com/rusthero/BiomeCompass
Expand Down

0 comments on commit cc2d314

Please sign in to comment.