aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2022-10-12 02:00:26 +0000
committerLibravatar github-actions <github-actions@github.com>2022-10-12 02:00:26 +0000
commit58f530c7b21dfa867cef5f2276b44ee11feace26 (patch)
tree9e52bbeaf76c315f816b2fad97a163e3e3d6c867
parentMissed installing dependencies before running npm scripts (diff)
downloadferdium-app-58f530c7b21dfa867cef5f2276b44ee11feace26.tar.gz
ferdium-app-58f530c7b21dfa867cef5f2276b44ee11feace26.tar.zst
ferdium-app-58f530c7b21dfa867cef5f2276b44ee11feace26.zip
6.2.1-nightly.18 [skip ci]v6.2.1-nightly.18
-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 b0f9878cb..b67ba6be2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
1{ 1{
2 "name": "ferdium", 2 "name": "ferdium",
3 "version": "6.2.1-nightly.17", 3 "version": "6.2.1-nightly.18",
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.2.1-nightly.17", 9 "version": "6.2.1-nightly.18",
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 36e9c7e91..f6f7f3d6a 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.2.1-nightly.17", 6 "version": "6.2.1-nightly.18",
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",