mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 23:49:33 +01:00
chore: bump version to 1.6.4
This commit is contained in:
@@ -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/",
|
||||
|
||||
@@ -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/",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user