We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f344dca commit 9f9c821Copy full SHA for 9f9c821
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "anubias",
3
- "version": "0.8.0",
+ "version": "0.9.0",
4
"private": false,
5
"description": "anubias desktop application",
6
"author": {
src/assets/js/winVars.js
@@ -4,7 +4,7 @@
*/
window.ide = {
majorVersion: 0,
7
- minorVersion: 8,
+ minorVersion: 9,
8
patchVersion: 0,
9
version:function () {
10
return this.majorVersion + '.' + this.minorVersion + '.' + this.patchVersion;
0 commit comments