Skip to content

Commit

Permalink
Bump to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Sep 22, 2024
1 parent 8e9f369 commit 28a1fa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "cc.tweaked"
version = "0.9.3"
version = "0.9.4"

java {
toolchain {
Expand Down Expand Up @@ -136,29 +136,29 @@ publishing {
pom {
name = "Cobalt"
description = "A reentrant fork of LuaJ for Lua 5.2"
url = "https://github.com/SquidDev/Cobalt"
url = "https://github.com/cc-tweaked/Cobalt"

scm {
url = "https://github.com/SquidDev/Cobalt.git"
url = "https://github.com/cc-tweaked/Cobalt.git"
}

issueManagement {
system = "github"
url = "https://github.com/SquidDev/Cobalt/issues"
url = "https://github.com/cc-tweaked/Cobalt/issues"
}

licenses {
license {
name = "MIT"
url = "https://github.com/SquidDev/Cobalt/blob/master/LICENSE"
url = "https://github.com/cc-tweaked/Cobalt/blob/master/LICENSE"
}
}
}
}
}

repositories {
maven("https://squiddev.cc/maven") {
maven("https://maven.squiddev.cc") {
name = "SquidDev"
credentials(PasswordCredentials::class)
}
Expand Down

0 comments on commit 28a1fa2

Please sign in to comment.