aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar github-actions <github-actions@github.com>2021-08-21 01:18:40 +0000
committerLibravatar github-actions <github-actions@github.com>2021-08-21 01:18:40 +0000
commit20f5c96df34954d9b995d520c4b6d8971bd67e25 (patch)
treecaa75da33243e6c1de76c55d5798f730ee80f4f1
parentfixing linter issue. (diff)
downloadferdium-app-20f5c96df34954d9b995d520c4b6d8971bd67e25.tar.gz
ferdium-app-20f5c96df34954d9b995d520c4b6d8971bd67e25.tar.zst
ferdium-app-20f5c96df34954d9b995d520c4b6d8971bd67e25.zip
5.6.1-nightly.34 [skip ci]v5.6.1-nightly.34
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index e1ce4ed19..c526802fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "ferdi", 2 "name": "ferdi",
3 "version": "5.6.1-nightly.33", 3 "version": "5.6.1-nightly.34",
4 "lockfileVersion": 1, 4 "lockfileVersion": 1,
5 "requires": true, 5 "requires": true,
6 "dependencies": { 6 "dependencies": {
diff --git a/package.json b/package.json
index 858fc0133..f49c71492 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
3 "productName": "Ferdi", 3 "productName": "Ferdi",
4 "desktopName": "ferdi.desktop", 4 "desktopName": "ferdi.desktop",
5 "appId": "com.kytwb.ferdi", 5 "appId": "com.kytwb.ferdi",
6 "version": "5.6.1-nightly.33", 6 "version": "5.6.1-nightly.34",
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 "copyright": "kytwb", 8 "copyright": "kytwb",
9 "main": "index.js", 9 "main": "index.js",