Skip to content

Commit

Permalink
v1.0.4 is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed May 15, 2023
1 parent fa75b44 commit bb991d9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}
dependencies {
implementation 'io.github.mqzn:mCommands-<platform>:1.0.3'
implementation 'io.github.mqzn:mCommands-<platform>:<LATEST_VERSION>'
}
```

Expand All @@ -46,7 +46,7 @@ dependencies {
The spigot platform is for minecraft spigot api development

```gradle
implementation 'io.github.mqzn:mCommands-spigot:1.0.3'
implementation 'io.github.mqzn:mCommands-spigot:<LATEST_VERSION>'
```

### Bungee
Expand All @@ -55,7 +55,7 @@ This bungeecord platform is for minecraft bungeecord proxy api development, allo
to declare and register bungeecord commands.

```gradle
implementation 'io.github.mqzn:mCommands-bungee:1.0.3'
implementation 'io.github.mqzn:mCommands-bungee:<LATEST_VERSION>'
```

## Quick Usage Overview
Expand Down
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'io.github.mqzn'
version '1.0.3'
version '1.0.4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {


group 'io.github.mqzn'
version '1.0.3'
version '1.0.4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion jcord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'io.github.mqzn'
version '1.0.3'
version '1.0.4'

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'io.github.mqzn'
version '1.0.3'
version '1.0.4'

repositories {
mavenCentral()
Expand All @@ -22,8 +22,8 @@ dependencies {
//implementation project(":annotations")
implementation project(":common")

implementation "net.kyori:adventure-api:4.13.1"
implementation "net.kyori:adventure-platform-bukkit:4.3.0"
compileOnly "net.kyori:adventure-api:4.13.1"
compileOnly "net.kyori:adventure-platform-bukkit:4.3.0"

}

Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'io.github.mqzn'
version '1.0.3'
version '1.0.4'

repositories {
mavenCentral()
Expand Down

0 comments on commit bb991d9

Please sign in to comment.