From beb76779b94e5b5ab301a56bfa5c2b0bf498cc96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Sedl=C3=A1k?= Date: Tue, 20 Oct 2015 18:17:01 +0200 Subject: [PATCH] Releasing 1.0.10 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 5102e46..6581926 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "type": "git", "url": "git://github.com/ufal/lindat-common.git" }, - "version": "1.0.9", + "version": "1.0.10", "main": [ "dist/public/js/angular-lindat.js" ], diff --git a/package.json b/package.json index a11f63b..1563246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lindat-common", - "version": "1.0.9", + "version": "1.0.10", "main": "dist/public/js/angular-lindat.js", "description": "Common Lindat Theme (header and footer)", "license": "MIT",