Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed May 31, 2024
1 parent 5c2bf67 commit d4c562b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ repositories {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven("https://mvn.lumine.io/repository/maven-public/") // Model Engine
maven("https://mvn.intellectualsites.com/content/repositories/releases/") // FAWE
maven("https://repo.codemc.io/repository/maven-snapshots/") // AnvilGUI
maven("https://hub.jeff-media.com/nexus/repository/jeff-media-public/") //CustomBlockData
maven("https://repo.oraxen.com/releases") // ProtectionLib
mavenLocal()
Expand All @@ -42,7 +41,6 @@ dependencies {
compileOnly(idofrontLibs.minecraft.plugin.modelengine)
compileOnly(idofrontLibs.minecraft.plugin.fawe.core)
compileOnly(idofrontLibs.minecraft.plugin.fawe.bukkit) { isTransitive = false }
compileOnly(idofrontLibs.minecraft.anvilgui)
compileOnly(idofrontLibs.creative.api)
compileOnly(idofrontLibs.creative.serializer.minecraft)

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=com.mineinabyss
version=0.9
idofrontVersion=0.24.2
version=0.10
idofrontVersion=0.24.4

0 comments on commit d4c562b

Please sign in to comment.