Skip to content

Commit

Permalink
Bump to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Feb 23, 2020
1 parent 8151610 commit 6e16acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
apply plugin: 'javafx-gradle-plugin'

group 'com.drakeet.purewriter'
version '0.1.8'
version '0.2'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/drakeet/purewriter/PureWriter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import java.util.*

class PureWriter : Initializable {

private val version = "0.1.8"
private val version = "0.2"

@FXML
private lateinit var emptyView: Label
Expand Down

0 comments on commit 6e16acc

Please sign in to comment.