From a0f945c4d04c5b5955a06d9bb22576f7dacf9cb2 Mon Sep 17 00:00:00 2001 From: majakomel Date: Thu, 11 Jul 2024 23:10:24 +0200 Subject: [PATCH] Bump version to 0.7.0-alpha.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1751e7a..78d5d20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ooni-components", - "version": "0.6.0-alpha.8", + "version": "0.7.0-alpha.1", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts",