Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Jun 12, 2023
1 parent 90af235 commit 887de1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "de.oliver"
version = "1.1.0-rc1"
version = "1.1.0"
description = "Hologram plugin"

java {
Expand All @@ -18,15 +18,14 @@ repositories {
mavenCentral()
mavenLocal()
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
// maven("https://repo.fancyplugins.de/releases")
maven("https://repo.fancyplugins.de/snapshots")
maven("https://repo.fancyplugins.de/releases")
}

dependencies {
paperweight.paperDevBundle("1.20-R0.1-SNAPSHOT")

implementation("de.oliver:FancyLib:1.0.2")
compileOnly("de.oliver:FancyNpcs:1.2.0-rc1")
compileOnly("de.oliver:FancyNpcs:1.2.0")

compileOnly("me.clip:placeholderapi:2.11.3")
compileOnly("io.github.miniplaceholders:miniplaceholders-api:2.1.0")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: FancyHolograms
main: de.oliver.fancyholograms.FancyHolograms
author: OliverHD
version: 1.1.0-rc1
version: 1.1.0
api-version: 1.19
folia-supported: true
load: POSTWORLD
Expand Down

0 comments on commit 887de1b

Please sign in to comment.