From 3e87c7761fca77aacd0a2d27a0201633c5984ba2 Mon Sep 17 00:00:00 2001 From: Tom Martin Date: Wed, 27 Jul 2022 03:55:12 +0100 Subject: [PATCH] bump version to v0.2.0 --- build.gradle | 2 +- src/main/resources/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8ff8c5c..66ee0a2 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ javafx { modules = [ 'javafx.controls', 'javafx.fxml' ] } -version = '0.1.0' +version = '0.2.0' repositories { mavenLocal() diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index be8c5c9..244ff3f 100644 --- a/src/main/resources/plugin.json +++ b/src/main/resources/plugin.json @@ -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" }