From 49fc260bf3978f654d08ea71448ea7c3a7be7bd1 Mon Sep 17 00:00:00 2001 From: Anton Malofeev Date: Sat, 13 Mar 2021 23:05:26 +0300 Subject: [PATCH] v0.2.3 --- packages/cactus-sync-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cactus-sync-client/package.json b/packages/cactus-sync-client/package.json index 48b5060..955f9b2 100644 --- a/packages/cactus-sync-client/package.json +++ b/packages/cactus-sync-client/package.json @@ -1,6 +1,6 @@ { "name": "@xsoulspace/cactus-sync-client", - "version": "0.2.2", + "version": "0.2.3", "description": "Sharp and simple as cactus offline-first client library to sync with graphql server..", "main": "dist/index.js", "typings": "dist/index.d.ts",