aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0fe3f0ae6..9cf52fc8a 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Ferdi is a desktop app that helps you organize how you use your favourite apps b
66## Features 66## Features
67 67
68- [x] Ferdi puts all your web apps into one place 68- [x] Ferdi puts all your web apps into one place
69- [x] Native support for 189 services 69- [x] Native support for 219 services
70- [x] Workspaces to keep your personal and work life separated 70- [x] Workspaces to keep your personal and work life separated
71- [x] Support for multiple accounts on any service 71- [x] Support for multiple accounts on any service
72- [x] Dark Mode support for all of your services 72- [x] Dark Mode support for all of your services
diff --git a/package-lock.json b/package-lock.json
index 76aeafb3f..33ef1081e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
1{ 1{
2 "name": "ferdi", 2 "name": "ferdi",
3 "version": "5.6.3-nightly.54", 3 "version": "5.6.4-nightly.0",
4 "lockfileVersion": 2, 4 "lockfileVersion": 2,
5 "requires": true, 5 "requires": true,
6 "packages": { 6 "packages": {
7 "": { 7 "": {
8 "name": "ferdi", 8 "name": "ferdi",
9 "version": "5.6.3-nightly.54", 9 "version": "5.6.4-nightly.0",
10 "license": "Apache-2.0", 10 "license": "Apache-2.0",
11 "dependencies": { 11 "dependencies": {
12 "@adonisjs/ace": "^5.0.8", 12 "@adonisjs/ace": "^5.0.8",
diff --git a/package.json b/package.json
index 2151fe737..3ea2acda4 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.3-nightly.54", 6 "version": "5.6.4-nightly.0",
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",