From 426cd4bc27c289f704f9b454e8e9b8a11023e057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartholom=C3=A9=20Gili?= <66025667+barthofu@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:25:48 +0000 Subject: [PATCH] 1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4562b08..04bf485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rxeta", - "version": "1.1.1", + "version": "1.1.2", "description": "Reactive state management written in TypeScript with a minimal API and full power of RxJS", "main": "./build/Store.js", "types": "./build/Store.d.ts",