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