Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStirred committed Jul 27, 2022
1 parent 85efdbe commit 3e87c77
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 @@ -10,7 +10,7 @@ javafx {
modules = [ 'javafx.controls', 'javafx.fxml' ]
}

version = '0.1.0'
version = '0.2.0'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ChunkyEditor",
"author": "NotStirred",
"main": "io.github.notstirred.chunkyeditor.Editor",
"version": "0.0.1",
"version": "0.2.0",
"targetVersion": "2.5.0",
"description": "Chunk editing for Chunky"
}

0 comments on commit 3e87c77

Please sign in to comment.