Fix version and Changes
Change-Id: I16f7a1f54fc01804b02e73708108fb2195abb9a8
diff --git a/Changes b/Changes
index f9638d4..6b96591 100755
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+0.28 2018-08-16
+ - Introduced Widget based plugin system.
+ - Added corpus statistics to VC (hebasta, #25).
+ - Introduce center alignment (#63).
+ - Change KWIC lines from table style
+ to flexbox style (#31).
+
0.27 2018-07-23
- Introduced content blocks to create
flexible entry lists in the footer
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 6e1caec..29b2e05 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -6,7 +6,7 @@
use Mojo::Util qw/url_escape/;
# Minor version - may be patched from package.json
-our $VERSION = '0.27';
+our $VERSION = '0.28';
# TODO: The FAQ-Page has a contact form for new questions
# TODO: Embed query serialization
diff --git a/package.json b/package.json
index ed705b1..d69fb79 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.4",
+ "version": "0.28.0",
"pluginVersion": "0.1",
"repository" : {
"type": "git",