Skip to content

Commit

Permalink
Bump for 1.9.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodeoclash committed Jun 24, 2023
1 parent f864d47 commit 581efb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 581efb5

Please sign in to comment.