Skip to content

Commit

Permalink
Support for 2023.3 #208 : release 0.4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Dec 7, 2023
1 parent 099ce3e commit 421d4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vim: syntax=bash

@define NEXT_VERSION '0.4.2'
@define NEXT_VERSION '0.4.2.1'
@define REPO 'xonixx/intellij-awk'

@goal default
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'intellij-awk'
version '0.4.2'
version '0.4.2.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -39,7 +39,7 @@ intellij {
plugins = ['com.intellij.java']
}
patchPluginXml {
untilBuild.set('232.*') // https://www.jetbrains.com/idea/nextversion/
untilBuild.set('233.*') // https://www.jetbrains.com/idea/nextversion/
// language=html
pluginDescription.set("""
<b>AWK Programming Language Support</b>
Expand Down

0 comments on commit 421d4c2

Please sign in to comment.