Skip to content

Commit 28a1fa2

Browse files
committed
Bump to 0.9.4
1 parent 8e9f369 commit 28a1fa2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "cc.tweaked"
9-
version = "0.9.3"
9+
version = "0.9.4"
1010

1111
java {
1212
toolchain {
@@ -136,29 +136,29 @@ publishing {
136136
pom {
137137
name = "Cobalt"
138138
description = "A reentrant fork of LuaJ for Lua 5.2"
139-
url = "https://github.com/SquidDev/Cobalt"
139+
url = "https://github.com/cc-tweaked/Cobalt"
140140

141141
scm {
142-
url = "https://github.com/SquidDev/Cobalt.git"
142+
url = "https://github.com/cc-tweaked/Cobalt.git"
143143
}
144144

145145
issueManagement {
146146
system = "github"
147-
url = "https://github.com/SquidDev/Cobalt/issues"
147+
url = "https://github.com/cc-tweaked/Cobalt/issues"
148148
}
149149

150150
licenses {
151151
license {
152152
name = "MIT"
153-
url = "https://github.com/SquidDev/Cobalt/blob/master/LICENSE"
153+
url = "https://github.com/cc-tweaked/Cobalt/blob/master/LICENSE"
154154
}
155155
}
156156
}
157157
}
158158
}
159159

160160
repositories {
161-
maven("https://squiddev.cc/maven") {
161+
maven("https://maven.squiddev.cc") {
162162
name = "SquidDev"
163163
credentials(PasswordCredentials::class)
164164
}

0 commit comments

Comments
 (0)