Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
Took 17 minutes
  • Loading branch information
Darkyenus committed Oct 21, 2018
1 parent 655726a commit 6b882ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 0.6
# 0.6 2018-10-21
- Fix kotlin 1.2.71 incremental compilation
- Add "key trace" status line to the UI
- IDE: Add "convert to Wemi" action
- IDE: Add "(re)install Wemi launcher" action
- IDE: Add "convert to Wemi" action
- IDE: Add "(re)install Wemi launcher" action
- IDE: Show what is Wemi doing during import (which task is running)

# 0.5 2018-10-09
Expand Down
2 changes: 1 addition & 1 deletion build/build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val CompilerProjects = listOf(
)

private const val WemiGroup = "com.darkyen.wemi"
private const val WemiVersion = "0.6-SNAPSHOT"
private const val WemiVersion = "0.6"

/**
* Wemi Build System core
Expand Down
5 changes: 4 additions & 1 deletion ide-plugins/WemiForIntelliJ/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.darkyen.wemi.intellij</id>
<name>WEMI</name>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<vendor email="darkyenus@gmail.com" url="http://darkyenus.github.io">Jan Polák</vendor>

<description><![CDATA[
Expand All @@ -19,6 +19,9 @@
0.6
<ul>
<li>Compatibility with Wemi 0.6</li>
<li>Add "convert to Wemi" action</li>
<li>Add "(re)install Wemi launcher" action</li>
<li>Show what is Wemi doing during import (which task is running)</li>
</ul>
0.5
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/wemi/Wemi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import kotlin.reflect.KProperty0
import kotlin.reflect.jvm.isAccessible

/** Version of Wemi build system */
const val WemiVersion = "0.6-SNAPSHOT"
const val WemiVersion = "0.6"

/** Version of Kotlin used for build scripts */
val WemiKotlinVersion = KotlinCompilerVersion.Version1_2_71
Expand Down

0 comments on commit 6b882ba

Please sign in to comment.