Skip to content

Commit 1fb8de7

Browse files
committed
version bump
1 parent 5f5e855 commit 1fb8de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ideaBuild in ThisBuild := "191.5109.14"
66

77
lazy val hocon = project.in(file(".")).settings(
88
scalaVersion := "2.12.8",
9-
version := "2019.1",
9+
version := "2019.1.1",
1010
scalaSource in Compile := baseDirectory.value / "src",
1111
scalaSource in Test := baseDirectory.value / "test",
1212
resourceDirectory in Compile := baseDirectory.value / "resources",

resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<id>org.jetbrains.plugins.hocon</id>
33
<name>HOCON</name>
44
<description>Standalone HOCON plugin for IntelliJ Idea</description>
5-
<version>2019.1</version>
5+
<version>2019.1.1</version>
66
<vendor>Roman Janusz, JetBrains</vendor>
77
<idea-version since-build="191.0" until-build="192.0"/>
88
<depends>com.intellij.properties</depends>

0 commit comments

Comments
 (0)