Skip to content

Commit

Permalink
1.0.3 release; various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Jul 6, 2023
1 parent 85e354c commit 5bb92af
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 @@ -5,7 +5,7 @@ plugins {
}

group 'net.onebeastchris.extension.magicmenu'
version '1.0.2'
version '1.0.3'

repositories {
mavenCentral()
Expand All @@ -29,7 +29,7 @@ repositories {

dependencies {
// Geyser API - needed for all extensions
compileOnly('org.geysermc.geyser:api:2.1.1-SNAPSHOT')
compileOnly('org.geysermc.geyser:api:2.1.2-SNAPSHOT')

// Include other dependencies here - e.g. for configuration.
compileOnly('org.geysermc.geyser:core:2.1.1-SNAPSHOT') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ id: magicmenu
name: MagicMenu
main: net.onebeastchris.extension.magicmenu.MagicMenu
api: 1.0.0
version: 1.0.2
version: 1.0.3
authors: [onebeastchris]

0 comments on commit 5bb92af

Please sign in to comment.