Skip to content

Commit e65473e

Browse files
Merge pull request #8 from dicodingacademy/chore/update-build-compatibility-2025.3.2-version
Bump version to 0.6.4 and fix JetBrains compatibility
2 parents bb6755a + e83e5e2 commit e65473e

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

intellij-plugin/build.gradle.kts

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

99
repositories {
1010
mavenCentral()
@@ -13,7 +13,7 @@ repositories {
1313
tasks {
1414
patchPluginXml {
1515
sinceBuild.set("200")
16-
untilBuild.set("252.*")
16+
untilBuild.set("253.*")
1717
}
1818
}
1919

intellij-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
</actions>
4343

4444
<change-notes><![CDATA[
45+
<strong>0.6.4</strong>
46+
<ul>
47+
<li>Add support to IDE with version up to 253.* </li>
48+
</ul>
4549
<strong>0.6.3</strong>
4650
<ul>
4751
<li>Add support to IDE with version up to 252.* </li>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platform-sync",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"private": true,
55
"workspaces": [
66
"vscode-extension"
@@ -17,4 +17,4 @@
1717
"devDependencies": {
1818
"concurrently": "^8.2.2"
1919
}
20-
}
20+
}

vscode-extension/package.json

Lines changed: 2 additions & 2 deletions
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.3",
5+
"version": "0.6.4",
66
"publisher": "dicodingacademy",
77
"license": "MIT",
88
"repository": {
@@ -77,4 +77,4 @@
7777
"typescript": "^5.3.3",
7878
"@vscode/vsce": "^3.3.0"
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)