Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
### Version 0.35.5
Browse files Browse the repository at this point in the history
#### Fix
- dbl_dot_local_app(5/7/2019): auto link upload job
  • Loading branch information
ericpyle committed May 8, 2019
1 parent 7dff6e3 commit 790d1ea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 0.35.5
#### Fix
- dbl_dot_local_app(5/7/2019): auto link upload job

### Version 0.35.4
#### Fix (Report - Checks - Stylesheet)
- close all child windows (e.g. report, metadata) if main app is closed
Expand Down Expand Up @@ -524,4 +528,4 @@

- File > Login
- File > Bundles (Demo)
- Auto-update
- Auto-update
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nathanael",
"productName": "nathanael",
"version": "0.35.4",
"version": "0.35.5",
"description": "Electron frontend to DBL dot Local",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nathanael",
"productName": "nathanael",
"version": "0.35.4",
"version": "0.35.5",
"description": "Electron frontend to DBL dot Local",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit 790d1ea

Please sign in to comment.