Skip to content

Commit

Permalink
add sortable to elements
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Jun 20, 2021
1 parent 21b8951 commit 5c5d981
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 43 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.6.1",
"version": "0.7.0",
"private": false,
"description": "anubias desktop application",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions src/assets/js/Sortable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/assets/js/winVars.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/
window.ide = {
majorVersion: 0,
minorVersion: 6,
patchVersion: 1,
minorVersion: 7,
patchVersion: 0,
version:function () {
return this.majorVersion + '.' + this.minorVersion + '.' + this.patchVersion;
},
Expand Down
Loading

0 comments on commit 5c5d981

Please sign in to comment.