Skip to content

Commit

Permalink
Marked version to be 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgrose committed Dec 26, 2021
1 parent 4b565fe commit 6a90fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.rose"
version = "1.4.1"
version = "1.4.2"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/rose/gateway/GatewayPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.bukkit.plugin.java.JavaPlugin
@Suppress("unused")
class GatewayPlugin : JavaPlugin() {
companion object {
const val VERSION = "1.4.1"
const val VERSION = "1.4.2"
}

val startTime = Clock.System.now()
Expand Down
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: Gateway
version: 1.4.1
version: 1.4.2
author: 'Nicholas Rose'

main: com.rose.gateway.GatewayPlugin
Expand Down

0 comments on commit 6a90fe0

Please sign in to comment.