Commit 68554c2b authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'dev' into 395-dev-ps-0.15-update

parents 72f9c8d0 666c37ac
{
"name": "Gargantext",
"version": "0.0.6.1",
"version": "0.0.6.2",
"scripts": {
"generate-purs-packages-nix": "./nix/generate-purs-packages.nix",
"generate-psc-packages-nix": "./nix/generate-packages-json.bash",
......
......@@ -63,7 +63,7 @@ data DataField = Gargantext
derive instance Generic DataField _
instance Show DataField where
show Gargantext = "Gargantext"
show Gargantext = "Gargantext (Beta)"
show (External _) = "Databases (APIs)" -- <> show x
show Web = "Web"
show Files = "Files"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment