diff --git a/CHANGELOG.md b/CHANGELOG.md index aad7efe..4919886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.9.13 + +- Upgraded electron (and by proxy, Chrome) to the latest version. + ### 1.9.12 - Upgraded some out of date libs, including Chrome to try and address an issue with slow video playback. diff --git a/package.json b/package.json index 07d8ee6..be64630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vodon-pro", - "version": "1.9.12", + "version": "1.9.13", "description": "The synchronised VOD review tool", "scripts": { "build": "concurrently \"npm run build:main\" \"npm run build:renderer\"", diff --git a/release/app/package.json b/release/app/package.json index 31e8f34..8451407 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "vodon-pro", - "version": "1.9.12", + "version": "1.9.13", "description": "The synchronised VOD review tool", "main": "./dist/main/main.js", "author": {