From 05eff1186f12528f221a63b021c7b7dc81301429 Mon Sep 17 00:00:00 2001 From: Ondrej Kosarko Date: Wed, 25 May 2022 09:14:15 +0200 Subject: [PATCH] Releasing 3.0.5 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 3495719..75a9200 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "type": "git", "url": "git://github.com/ufal/lindat-common.git" }, - "version": "3.0.4", + "version": "3.0.5", "main": [ "dist/public/js/angular-lindat.js" ], diff --git a/package.json b/package.json index e52f389..62ce3dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lindat-common", - "version": "3.0.4", + "version": "3.0.5", "main": "dist/public/js/angular-lindat.js", "description": "Common Lindat Theme (header and footer)", "license": "MIT",