Skip to content

Commit 5b24164

Browse files
authored
Release 1.4.4 (#662)
* Release 1.4.4 * Remove extraneous version override
1 parent 749db38 commit 5b24164

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-media-annotator",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"author": {
55
"name": "Kitware, Inc.",
66
"email": "viame-web@kitware.com"

client/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"moduleResolution": "node",
99
"allowJs": true,
1010
"outDir": "./dist",
11-
// "skipLibCheck": true,
1211
"esModuleInterop": true,
1312
"allowSyntheticDefaultImports": true,
1413
"sourceMap": false,

client/vue.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ module.exports = {
4545
// https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/188
4646
// https://github.com/electron-userland/electron-builder/issues/2592
4747
main: 'background.js',
48-
version: '1.4.3',
4948
},
5049
linux: {
5150
target: ['AppImage', 'snap', 'tar.gz'],

0 commit comments

Comments
 (0)