Skip to content

Commit 6a98aa1

Browse files
committed
Update build configuration: add product descriptor and bump plugin version to 2025.1.1
1 parent e52b80b commit 6a98aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ intellijPlatform {
5555
productDescriptor {
5656
code = "PPYTHONBYTECODE"
5757
releaseDate = "20250730"
58-
releaseVersion = "202511"
58+
releaseVersion = "20252"
5959
optional = true
6060
}
6161
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jvmVersion=21
1111
# Plugin
1212
group=dev.meanmail
1313
pluginName=Python Bytecode
14-
version=2025.1.1
14+
version=2025.2
1515
# https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
1616
kotlin.stdlib.default.dependency=false
1717
#

0 commit comments

Comments
 (0)