chore: bump version to 1.6.4

This commit is contained in:
thecodrr
2021-11-20 15:11:32 +05:00
parent 170aeada1e
commit ea51a69041
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"name": "@notesnook/desktop",
"productName": "Notesnook",
"description": "Your private note taking space",
"version": "1.6.3",
"version": "1.6.4",
"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.3",
"version": "1.6.4",
"private": true,
"main": "./src/App.js",
"homepage": "https://notesnook.com/",

View File

@@ -4,11 +4,11 @@
var APP_VERSION = {
formatted: format(
1630,
1640,
process.env.REACT_APP_GIT_HASH,
process.env.REACT_APP_PLATFORM
),
numerical: 1630,
numerical: 1640,
appUpdated: false,
appUpdateable: false,
changelog: undefined,