From 25c362e7af998e092658560a20ccc3f5a4ae7a10 Mon Sep 17 00:00:00 2001 From: Fabian Schmid Date: Mon, 22 Jun 2020 16:22:00 +0200 Subject: [PATCH] new installation dresden --- branding/brands/vanilla/config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/branding/brands/vanilla/config.json b/branding/brands/vanilla/config.json index 1705edb7..c07aedc1 100644 --- a/branding/brands/vanilla/config.json +++ b/branding/brands/vanilla/config.json @@ -1,5 +1,5 @@ { - "ilias_installation_ids": [1,2,3,4,5,6,12,22,7,23,32,33], + "ilias_installation_ids": [1,2,3,4,5,6,12,22,7,23,32,33,34], "projectConfig": { "id": "ch.studerraimann.ilias.offline", diff --git a/package.json b/package.json index b6e8e2ad..fff5f49f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "studer-raimann ag", "homepage": "https://studer-raimann.ch/", "private": true, - "version": "4.0.2", + "version": "4.0.3", "scripts": { "start": "ionic cordova emulate", "build:release:ios": "NODE_OPTIONS=--max_old_space_size=4096 ionic cordova build ios --release --prod --device",