Skip to content

Commit

Permalink
svg load fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
s8sachin committed Sep 19, 2020
1 parent 5ad8b0e commit 2ab1956
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "subtitleh",
"productName": "Subtitleh",
"version": "1.4.0",
"version": "1.4.1",
"description": "Quickly download subtitles",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion app/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* eslint-disable import/prefer-default-export */
export const APP_VERSION = '1.4.0';
export const APP_VERSION = '1.4.1';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "subtitleh",
"productName": "Subtitleh",
"version": "1.4.0",
"version": "1.4.1",
"description": "Quickly download subtitles",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 2ab1956

Please sign in to comment.