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