aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2022-06-17 02:27:05 +0000
committerLibravatar github-actions <github-actions@github.com>2022-06-17 02:27:05 +0000
commitd77d7e41957ef025d3bbdeefbceef61bf4e64c95 (patch)
tree8e8f199058401a85753698fc225cdd671da8b684
parentUpdate dependencies to fix warnings on npm i (#282) (diff)
downloadferdium-app-d77d7e41957ef025d3bbdeefbceef61bf4e64c95.tar.gz
ferdium-app-d77d7e41957ef025d3bbdeefbceef61bf4e64c95.tar.zst
ferdium-app-d77d7e41957ef025d3bbdeefbceef61bf4e64c95.zip
6.0.0-nightly.65 [skip ci]v6.0.0-nightly.65
-rw-r--r--package-lock.json4
-rw-r--r--package.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index d1ff8c740..a6d93aef7 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.64", 3 "version": "6.0.0-nightly.65",
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.64", 9 "version": "6.0.0-nightly.65",
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 e7b85fd30..be1b2b4c0 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.64", 6 "version": "6.0.0-nightly.65",
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",
@@ -206,4 +206,4 @@
206 "autoload": { 206 "autoload": {
207 "App": "./src/internal-server/app" 207 "App": "./src/internal-server/app"
208 } 208 }
209} \ No newline at end of file 209}