Skip to content

Commit

Permalink
inc version
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Jul 13, 2021
1 parent f344dca commit 9f9c821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "0.8.0",
"version": "0.9.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: 0,
minorVersion: 8,
minorVersion: 9,
patchVersion: 0,
version:function () {
return this.majorVersion + '.' + this.minorVersion + '.' + this.patchVersion;
Expand Down

0 comments on commit 9f9c821

Please sign in to comment.