From 92f965ca864ee2c0500445d19e65f83ad4c0790c Mon Sep 17 00:00:00 2001 From: Ondrej Kosarko Date: Fri, 3 Feb 2023 11:47:50 +0100 Subject: [PATCH] Releasing 3.1.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index dc1af7e..262afda 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "type": "git", "url": "git://github.com/ufal/lindat-common.git" }, - "version": "3.1.0", + "version": "3.1.1", "main": [ "dist/public/js/angular-lindat.js" ], diff --git a/package.json b/package.json index 0a7fd12..02f54ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lindat-common", - "version": "3.1.0", + "version": "3.1.1", "main": "dist/public/js/angular-lindat.js", "description": "Common Lindat Theme (header and footer)", "license": "MIT",