Skip to content

Commit b31c05d

Browse files
chore: bump version to 0.6.0
1 parent 815b17f commit b31c05d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

intellij-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
kotlin("jvm") version "1.9.20"
55
}
66
group = "platform.plugin"
7-
version = "0.5.5"
7+
version = "0.6.0"
88

99
repositories {
1010
mavenCentral()

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "platform-sync-vscode",
33
"displayName": "Platform Sync",
44
"description": "Cross-platform code review synchronization tool for VS Code and IntelliJ IDEA",
5-
"version": "0.0.3",
5+
"version": "0.6.0",
66
"publisher": "dicodingacademy",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)