Skip to content

Commit 716271e

Browse files
chore: bump version to 0.6.1
1 parent 410e5a1 commit 716271e

3 files changed

Lines changed: 3 additions & 3 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.6.0"
7+
version = "0.6.1"
88

99
repositories {
1010
mavenCentral()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platform-sync",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"private": true,
55
"workspaces": [
66
"vscode-extension"

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.6.0",
5+
"version": "0.6.1",
66
"publisher": "dicodingacademy",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)