Skip to content

Commit

Permalink
build new idea version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xera committed Aug 14, 2024
1 parent 7f49ea4 commit f869b6d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions idea-plugin/vkompose/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
enum class Version(val ideaVersion: String, val versionName: String, val sinceBuild: String, val untilBuild: String? = null) {
Hedgehog("2023.1.4", "Hedgehog", "223", "231.*"),
Iguana("2023.2", "Iguana", "232"),
Jellyfish("2023.3", "Jellyfish", "232"),
Koala("2024.1", "Koala", "241"),
Expand All @@ -14,7 +13,7 @@ plugins {
}

group = "com.vk.idea.plugin.vkompose"
version = "0.2.6-${currentVersion.versionName}"
version = "0.3-${currentVersion.versionName}"

repositories {
mavenCentral()
Expand Down
Binary file removed idea-plugin/vkompose/vkompose-0.2.3-Hedgehog.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f869b6d

Please sign in to comment.