Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DobromirM committed Oct 19, 2021
1 parent 3f10f41 commit 3b1bf8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'org.jetbrains.grammarkit'
sourceSets.main.java.srcDirs 'src/main/gen'

group 'org.swim'
version '1.0'
version '1.0.1'

repositories {
mavenCentral()
Expand All @@ -25,11 +25,11 @@ intellij {
version '2021.2.2'
plugins = ['PsiViewer:212-SNAPSHOT', 'com.intellij.java']
}

patchPluginXml {
changeNotes """
Initial release.
"""
sinceBuild '203'
}

test {
systemProperty "idea.home.path", System.getProperty("user.dir")

Expand Down

0 comments on commit 3b1bf8a

Please sign in to comment.