Skip to content

Commit 9f9c821

Browse files
committed
inc version
1 parent f344dca commit 9f9c821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anubias",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"private": false,
55
"description": "anubias desktop application",
66
"author": {

src/assets/js/winVars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
window.ide = {
66
majorVersion: 0,
7-
minorVersion: 8,
7+
minorVersion: 9,
88
patchVersion: 0,
99
version:function () {
1010
return this.majorVersion + '.' + this.minorVersion + '.' + this.patchVersion;

0 commit comments

Comments
 (0)