From 6b17b650ecb1ec8a1a5fad0740fb497a4c69e5b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=20K=C3=A4sler?= <tom.kaesler@mni.thm.de>
Date: Sat, 8 Jun 2019 16:35:08 +0200
Subject: [PATCH] Release v1.1.0

- Interaction via WebSockets
- Voting on comments by participants
- New attributes: read, favorite, correct
- Search function
- Sorting and filtering
- Presentation mode with color indication for participants
- Threshold to hide negative comments from participant and lecturer

- Add Progressive Web App functionality for a 'native app' feeling
- Theme Manager with 4 Themes to chose from
- Designimprovements
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index ee3090a24..6db44c9c3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
-  "name": "arsnova-angular-frontend",
-  "version": "1.0.0",
+  "name": "arsnova-lite",
+  "version": "1.1.0",
   "license": "MIT",
   "scripts": {
     "ng": "ng",
@@ -64,4 +64,4 @@
     "tslint": "~5.9.1",
     "typescript": "3.2.4"
   }
-}
\ No newline at end of file
+}
-- 
GitLab