Skip to content

Commit

Permalink
inc version
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Feb 22, 2022
1 parent 22561ba commit 94df5c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anubias",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"description": "anubias desktop application",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/winVars.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
window.ide = {
majorVersion: 1,
minorVersion: 0,
minorVersion: 1,
patchVersion: 0,
suffix: '',
version: function () {
Expand Down
1 change: 0 additions & 1 deletion src/components/elements/liveTie.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export default {
return false;
}
let events = {};
let inpName = this.selectedID.split('.')[0];
Expand Down

0 comments on commit 94df5c5

Please sign in to comment.