Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aimozg committed Jan 7, 2019
1 parent bbecac7 commit 166c577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
apply plugin: 'kotlin-platform-jvm'
version '0.2.1'
version '0.2.2'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/ej/editor/EditorApp.kt
Expand Up @@ -22,7 +22,7 @@ import java.util.*
* Confidential until published on GitHub
*/

const val VERSION = "v0.2.1"
const val VERSION = "v0.2.2"

abstract class AModView(title: String? = "EJEd $VERSION") : View(title) {
val controller: EditorController by inject(DefaultScope)
Expand Down

0 comments on commit 166c577

Please sign in to comment.