chore: bump version to 1.4.1

This commit is contained in:
thecodrr
2021-07-03 13:15:10 +05:00
parent 78b334fd75
commit 6dbd851f40
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -4,11 +4,11 @@ import config from "./config";
var APP_VERSION = {
formatted: format(
1400,
1410,
process.env.REACT_APP_GIT_HASH,
process.env.REACT_APP_PLATFORM
),
numerical: 1400,
numerical: 1410,
appUpdated: false,
appUpdateable: false,
changelog: undefined,