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",