From ceaf05587373f75b7080253b9d2783147549556c Mon Sep 17 00:00:00 2001 From: majakomel Date: Thu, 18 Jul 2024 14:41:39 +0200 Subject: [PATCH] Bump version to 0.6.0-alpha.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34106a0..2c45977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ooni-components", - "version": "0.6.0-alpha.8", + "version": "0.6.0-alpha.9", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts",