Skip to content

Commit b233d21

Browse files
committed
update version
1 parent ecd2394 commit b233d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929

3030
intellij {
3131
pluginName.set("EmmyLua-AttachDebugger")
32-
version.set("2023.2")
32+
version.set("2023.3")
3333
type.set("IC") // Target IDE Platform
3434

3535
plugins.set(listOf("com.cppcxy.Intellij-EmmyLua"))
@@ -78,7 +78,7 @@ tasks {
7878
}
7979

8080
patchPluginXml {
81-
sinceBuild.set("232")
81+
sinceBuild.set("233")
8282
}
8383

8484
signPlugin {

0 commit comments

Comments
 (0)