From 3a0a95938367dc72eb4dce3ed5568fa044c2c8b6 Mon Sep 17 00:00:00 2001 From: Arthur Vivian Date: Mon, 20 Jun 2022 11:09:34 +0100 Subject: [PATCH] Maint: fix package version number to allow release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf1d641..9bc3236 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.8", + "version": "3.0.9", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",