From 616c8c6f765d0b682857c430d19f7390737fe885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Sedl=C3=A1k?= Date: Wed, 21 Oct 2015 17:08:28 +0200 Subject: [PATCH] Releasing 1.0.12 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 69974c3..7ae3943 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "type": "git", "url": "git://github.com/ufal/lindat-common.git" }, - "version": "1.0.11", + "version": "1.0.12", "main": [ "dist/public/js/angular-lindat.js" ], diff --git a/package.json b/package.json index f94bdc5..ff1cbd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lindat-common", - "version": "1.0.11", + "version": "1.0.12", "main": "dist/public/js/angular-lindat.js", "description": "Common Lindat Theme (header and footer)", "license": "MIT",