diff --git a/package.json b/package.json index 0bf5885..0f4a8a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anubias", - "version": "1.0.0", + "version": "1.1.0", "private": false, "description": "anubias desktop application", "author": { diff --git a/src/assets/js/winVars.js b/src/assets/js/winVars.js index 3b81ec8..0e23f0f 100644 --- a/src/assets/js/winVars.js +++ b/src/assets/js/winVars.js @@ -4,7 +4,7 @@ */ window.ide = { majorVersion: 1, - minorVersion: 0, + minorVersion: 1, patchVersion: 0, suffix: '', version: function () { diff --git a/src/components/elements/liveTie.vue b/src/components/elements/liveTie.vue index 077801e..59dfc97 100644 --- a/src/components/elements/liveTie.vue +++ b/src/components/elements/liveTie.vue @@ -144,7 +144,6 @@ export default { return false; } - let events = {}; let inpName = this.selectedID.split('.')[0];