From ff615b1b766d7f7f150327d63a3dbb913a062db0 Mon Sep 17 00:00:00 2001 From: majakomel Date: Tue, 3 Sep 2024 02:09:47 +0200 Subject: [PATCH] Bump version to 0.7.0-alpha.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b18ebd..d429f8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ooni-components", - "version": "0.7.0-alpha.8", + "version": "0.7.0-alpha.9", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts",