From b732d95cd5548c6064786430d19927d65ab1a520 Mon Sep 17 00:00:00 2001 From: Eirik Backer Date: Tue, 8 May 2018 21:03:12 +0200 Subject: [PATCH] 1.3.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcbd9f50..3f361d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nrk/core-components", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0ab67c3..b7880a3f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@nrk/core-components", "homepage": "https://static.nrk.no/core-components/latest/", "author": "NRK (https://www.nrk.no/)", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "scripts": { "build": "npm run build:code && npm run build:docs",