From d4569f8dc47599e061ab4fd132c31cebb5e299df Mon Sep 17 00:00:00 2001 From: Dario Del Piano Date: Fri, 30 Aug 2019 18:51:10 +0200 Subject: [PATCH] geppetto-scidash version bumped up with new fixes --- service/scripts/install-frontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/scripts/install-frontend.sh b/service/scripts/install-frontend.sh index ab06994a..f76218b4 100755 --- a/service/scripts/install-frontend.sh +++ b/service/scripts/install-frontend.sh @@ -5,7 +5,7 @@ node -v root_path=$PWD; geppetto_repo="https://github.com/openworm/org.geppetto.frontend.git -b v0.4.2-beta"; -extension_repo="https://github.com/MetaCell/geppetto-scidash.git -b 4.0.1"; +extension_repo="https://github.com/MetaCell/geppetto-scidash.git -b 4.0.2"; geppetto_path="./static/org.geppetto.frontend"; geppetto_app_path="$geppetto_path/src/main/webapp";