We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815b17f commit b31c05dCopy full SHA for b31c05d
2 files changed
intellij-plugin/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
kotlin("jvm") version "1.9.20"
5
}
6
group = "platform.plugin"
7
-version = "0.5.5"
+version = "0.6.0"
8
9
repositories {
10
mavenCentral()
vscode-extension/package.json
@@ -2,7 +2,7 @@
2
"name": "platform-sync-vscode",
3
"displayName": "Platform Sync",
"description": "Cross-platform code review synchronization tool for VS Code and IntelliJ IDEA",
- "version": "0.0.3",
+ "version": "0.6.0",
"publisher": "dicodingacademy",
"license": "MIT",
"repository": {
0 commit comments