From b947eded0cdfc45cf7829fef4b9aeebf9a9a703d Mon Sep 17 00:00:00 2001 From: Ondrej Kosarko Date: Tue, 4 Feb 2020 13:55:28 +0100 Subject: [PATCH] Releasing 2.1.2 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c787624..debd4ab 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "type": "git", "url": "git://github.com/ufal/lindat-common.git" }, - "version": "2.1.1", + "version": "2.1.2", "main": [ "dist/public/js/angular-lindat.js" ], diff --git a/package.json b/package.json index cd9cd1d..c97002e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lindat-common", - "version": "2.1.1", + "version": "2.1.2", "main": "dist/public/js/angular-lindat.js", "description": "Common Lindat Theme (header and footer)", "license": "MIT",