From 34ce4d349e54dc50255c9b09bb546aa2817615b4 Mon Sep 17 00:00:00 2001 From: Artur Heinze Date: Wed, 5 May 2021 11:54:12 +0200 Subject: [PATCH] Bump version to 0.12.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b6a481e5..2e2ffb455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cockpit-next", - "version": "0.12.0", + "version": "0.12.1", "license": "MIT", "scripts": { "build": "npm run build-style && npm run build-components",