From 0b5252f2efbb657cb4bdc4e4d1fc549084381a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Sedl=C3=A1k?= Date: Thu, 5 Nov 2015 09:39:06 +0100 Subject: [PATCH] Releasing 1.1.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index ab54de0..161e138 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "type": "git", "url": "git://github.com/ufal/lindat-common.git" }, - "version": "1.1.0", + "version": "1.1.1", "main": [ "dist/public/js/angular-lindat.js" ], diff --git a/package.json b/package.json index 36212b8..d847d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lindat-common", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/public/js/angular-lindat.js", "description": "Common Lindat Theme (header and footer)", "license": "MIT",