From abbeeb99dac04c8530ebe1539918fa2085721ba0 Mon Sep 17 00:00:00 2001 From: Abraham Onoja <35797372+L-tech@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:19:49 +0100 Subject: [PATCH 1/2] Update Readme.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8132289..20cedcd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
@@ -17,7 +17,7 @@
- + @@ -184,4 +184,4 @@ The Spheron community extends beyond issues and pull requests! You can support S ## Community -For help, discussions or any other queries: [Join us on Discord](https://discord.com/invite/ahxuCtm) \ No newline at end of file +For help, discussions or any other queries: [Join us on Discord](https://discord.com/invite/ahxuCtm) From 04029655dd9ec7da15d7f285c06f43477b3f41eb Mon Sep 17 00:00:00 2001 From: Abraham Onoja <35797372+L-tech@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:24:56 +0100 Subject: [PATCH 2/2] Update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0118a06..1351735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spheron/desub-js", - "version": "2.1.0", + "version": "2.2.0", "description": "Typescript library for working with the decentralised subscription contracts in Spheron", "main": "build/index.js", "types": "build/index.d.ts",