Dump version and remove tagger requirement
Change-Id: I2e5aaa5ff0c7e92ed99c360254c39303da627eb7
diff --git a/Changes b/Changes
index fadb543..2140e4f 100755
--- a/Changes
+++ b/Changes
@@ -1,8 +1,9 @@
-0.27 2018-06-18
+0.27 2018-07-12
- Introduced content blocks to create
flexible entry lists in the footer
- Add marker for "cutted" matches.
- Re-enabled Windows installations.
+ - Added buttongroup class.
0.26 2018-04-06
- Added meta data view.
diff --git a/dev/js/src/init.js b/dev/js/src/init.js
index 76bbf82..f2744c7 100644
--- a/dev/js/src/init.js
+++ b/dev/js/src/init.js
@@ -20,7 +20,6 @@
'vc/array',
'lib/alertify',
'session',
- 'tagger',
'selectMenu',
'api',
'mailToChiffre',
@@ -35,7 +34,6 @@
vcArray,
alertifyClass,
sessionClass,
- tagger,
selectMenuClass) {
// Localization values
diff --git a/package.json b/package.json
index 067e13a..5238789 100755
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "Kalamar",
"description": "Mojolicious-based Frontend for KorAP",
"license" : "BSD-2-Clause",
- "version": "0.27.1",
+ "version": "0.27.2",
"repository" : {
"type": "git",
"url": "https://github.com/KorAP/Kalamar.git"