Skip to content

Commit

Permalink
fix bug with settings modal, and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
czytelny committed Nov 14, 2017
1 parent a529810 commit 66914fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Backlog",
"productName": "Backlog",
"version": "1.4.1",
"version": "1.4.2",
"author": "Michal Chwedczuk <[email protected]>",
"description": "Simple desktop app for quickly storing lists of items",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Backlog 1.4.1</title>
<title>Backlog 1.4.2</title>
<% if (htmlWebpackPlugin.options.nodeModules) { %>
<!-- Add `node_modules/` to global paths so `require` works properly in development -->
<script>
Expand Down

0 comments on commit 66914fd

Please sign in to comment.