Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Sep 7, 2020
1 parent f47e97a commit 5313e35
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 @@ -27,7 +27,7 @@ plugins {
apply plugin: 'javafx-gradle-plugin'

group 'com.drakeet.purewriter'
version '0.3.0'
version '0.3.1'

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 @@ -47,7 +47,7 @@ import java.util.*

class PureWriter : Initializable {

private val version = "0.3.0"
private val version = "0.3.1"
private val appVersion = "17.7.10"

@FXML
Expand Down

0 comments on commit 5313e35

Please sign in to comment.