summaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-24 15:15:42 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-24 15:15:42 +0200
commit54f8b191a94bd78a85b046bbf21dd2245d3a6f3e (patch)
treeada5876f0e8a697ba4693bba07f5e0f31fea1fc9 /src/config.js
parentUpdate submodules (diff)
parentbump version to 5.4.0 (diff)
downloadferdium-app-54f8b191a94bd78a85b046bbf21dd2245d3a6f3e.tar.gz
ferdium-app-54f8b191a94bd78a85b046bbf21dd2245d3a6f3e.tar.zst
ferdium-app-54f8b191a94bd78a85b046bbf21dd2245d3a6f3e.zip
Merge https://github.com/meetfranz/franz into franz-5.4.0-release
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.js b/src/config.js
index e762f879f..761d26eea 100644
--- a/src/config.js
+++ b/src/config.js
@@ -125,10 +125,10 @@ export const ALLOWED_PROTOCOLS = [
125]; 125];
126 126
127export const PLANS = { 127export const PLANS = {
128 PERSONAL: 'PERSONAL', 128 PERSONAL: 'personal',
129 PRO: 'PRO', 129 PRO: 'pro',
130 LEGACY: 'LEGACY', 130 LEGACY: 'legacy',
131 FREE: 'FREE', 131 FREE: 'free',
132}; 132};
133 133
134export const PLANS_MAPPING = { 134export const PLANS_MAPPING = {