From 9ac6d8138812352cbd98ab8ee225c57f2e238658 Mon Sep 17 00:00:00 2001 From: majakomel Date: Tue, 23 Jul 2024 15:37:31 +0200 Subject: [PATCH] Bump version to 0.6.0-alpha.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8105af..49d9f51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ooni-components", - "version": "0.6.0-alpha.10", + "version": "0.6.0-alpha.11", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts",