Skip to content

Commit

Permalink
[ version ] Migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Nov 3, 2018
1 parent 8156f79 commit 0d893a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val commitHash = kotlin.run {
output.trim()
}

val pluginComingVersion = "0.3.1.1"
val pluginComingVersion = "0.3.2"
val pluginVersion = if (isCI) "$pluginComingVersion-$commitHash" else pluginComingVersion
val packageName = "org.ice1000.julia"
val kotlinVersion = "1.2.70"
Expand Down
5 changes: 4 additions & 1 deletion res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
0.3.1/1<br/>
0.3.2<br/>
<ul>
</ul>
0.3.1.1<br/>
<ul>
<li>Improve error reporter</li>
<li>Fix debugger warning</li>
Expand Down

0 comments on commit 0d893a5

Please sign in to comment.