From b04a6a242c83aaba656a07c3dac639111a5d0792 Mon Sep 17 00:00:00 2001 From: Johannes Goebel Date: Tue, 20 Oct 2020 15:04:06 +0200 Subject: [PATCH] - updated version --- .../application/{architecture.md => architecture/README.md} | 0 pom.xml | 2 +- src/main/electron/package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename documentation/application/{architecture.md => architecture/README.md} (100%) diff --git a/documentation/application/architecture.md b/documentation/application/architecture/README.md similarity index 100% rename from documentation/application/architecture.md rename to documentation/application/architecture/README.md diff --git a/pom.xml b/pom.xml index 7543009..7624824 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.appreciated designer-for-flow Designer for Flow - 0.8.2-SNAPSHOT + 0.8.3-SNAPSHOT jar diff --git a/src/main/electron/package.json b/src/main/electron/package.json index 1918a73..131347f 100644 --- a/src/main/electron/package.json +++ b/src/main/electron/package.json @@ -1,6 +1,6 @@ { "name": "designer-for-flow", - "version": "0.8.2", + "version": "0.8.3", "main": "./main.js", "license": "GPL-3.0", "description": "Electron wrapper for 'Designer for Flow'",