From 23e3a49ee4a717a4847fd798a2b621711f3eb598 Mon Sep 17 00:00:00 2001 From: Artur Heinze Date: Sat, 18 Jan 2020 20:06:36 +0100 Subject: [PATCH] Bump verion to 0.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d8a66323..8fe05c709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cockpit-next", - "version": "0.9.3", + "version": "0.10.0", "license": "MIT", "scripts": { "build": "npm run build-style && npm run build-components",