chore: bump version to v1.6.11

This commit is contained in:
thecodrr
2021-12-10 11:55:48 +05:00
parent 7fd890f99f
commit 14f3bf4aaa
3 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "1.6.10",
"version": "1.6.11",
"private": true,
"main": "./build/electron.js",
"homepage": "https://notesnook.com/",

View File

@@ -1,7 +1,7 @@
{
"name": "notesnook",
"description": "Your private note taking space",
"version": "1.6.10",
"version": "1.6.11",
"private": true,
"main": "./src/App.js",
"homepage": "https://notesnook.com/",

View File

@@ -4,11 +4,11 @@
var APP_VERSION = {
formatted: format(
1610,
1611,
process.env.REACT_APP_GIT_HASH,
process.env.REACT_APP_PLATFORM
),
numerical: 1610,
numerical: 1611,
appUpdated: false,
appUpdateable: false,
changelog: undefined,
@@ -16,7 +16,6 @@ var APP_VERSION = {
};
var CACHED_VERSION = undefined;
console.log(process.env);
function useVersion() {
// const [version, setVersion] = useState(APP_VERSION);