From 341e1208aca601fac4ce5efcafd266e55cc378b0 Mon Sep 17 00:00:00 2001 From: Anton Malofeev Date: Sat, 13 Mar 2021 20:25:57 +0300 Subject: [PATCH] v0.2.2 --- 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 edafd89..48b5060 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.1", + "version": "0.2.2", "description": "Sharp and simple as cactus offline-first client library to sync with graphql server..", "main": "dist/index.js", "typings": "dist/index.d.ts",