aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2022-06-14 02:36:47 +0000
committerLibravatar github-actions <github-actions@github.com>2022-06-14 02:36:47 +0000
commitafadc2335f7754694fcf3d1e65ba1a2a51a16993 (patch)
tree3571a2ed91ab81b0701f394e6ae1a149eafb9621
parentFeature: Add 'Google Keep' as another option in Ferdium TODOs (#247) (diff)
downloadferdium-app-afadc2335f7754694fcf3d1e65ba1a2a51a16993.tar.gz
ferdium-app-afadc2335f7754694fcf3d1e65ba1a2a51a16993.tar.zst
ferdium-app-afadc2335f7754694fcf3d1e65ba1a2a51a16993.zip
6.0.0-nightly.60 [skip ci]v6.0.0-nightly.60
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 8f489760c..e368fbd0e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
1{ 1{
2 "name": "ferdium", 2 "name": "ferdium",
3 "version": "6.0.0-nightly.59", 3 "version": "6.0.0-nightly.60",
4 "lockfileVersion": 2, 4 "lockfileVersion": 2,
5 "requires": true, 5 "requires": true,
6 "packages": { 6 "packages": {
7 "": { 7 "": {
8 "name": "ferdium", 8 "name": "ferdium",
9 "version": "6.0.0-nightly.59", 9 "version": "6.0.0-nightly.60",
10 "license": "Apache-2.0", 10 "license": "Apache-2.0",
11 "dependencies": { 11 "dependencies": {
12 "@adonisjs/ace": "5.1.0", 12 "@adonisjs/ace": "5.1.0",
diff --git a/package.json b/package.json
index a2bf901ce..cd4136938 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
3 "productName": "Ferdium", 3 "productName": "Ferdium",
4 "desktopName": "ferdium.desktop", 4 "desktopName": "ferdium.desktop",
5 "appId": "org.ferdium.ferdium-app", 5 "appId": "org.ferdium.ferdium-app",
6 "version": "6.0.0-nightly.59", 6 "version": "6.0.0-nightly.60",
7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
8 "author": "Ferdium Contributors <hello@ferdium.org> (https://ferdium.org/)", 8 "author": "Ferdium Contributors <hello@ferdium.org> (https://ferdium.org/)",
9 "license": "Apache-2.0", 9 "license": "Apache-2.0",