From 66914fdc97553dc20a321b8aa468142438789992 Mon Sep 17 00:00:00 2001 From: Michal Chwedczuk Date: Tue, 14 Nov 2017 09:38:31 +0100 Subject: [PATCH] fix bug with settings modal, and version bump --- README.md | 3 +++ package.json | 2 +- src/index.ejs | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e2a0b4..491b70b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ No installation required. Just unzip archive and run executable When new version is available just download it, unzip and enjoy. No additional action is required. All your boards and items will be available. ## Versions +### 1.4.2 +- fixed bug - when after opening settings modal user lost newly created boards + ### 1.4.1 Fixed bugs: - Prevent creating empty task diff --git a/package.json b/package.json index 2f8da80..cff69a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Backlog", "productName": "Backlog", - "version": "1.4.1", + "version": "1.4.2", "author": "Michal Chwedczuk ", "description": "Simple desktop app for quickly storing lists of items", "license": "MIT", diff --git a/src/index.ejs b/src/index.ejs index ca719d6..26360e0 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -2,7 +2,7 @@ - Backlog 1.4.1 + Backlog 1.4.2 <% if (htmlWebpackPlugin.options.nodeModules) { %>