From a586d524706e7df34e7f51b89d34198ac4ab52ed Mon Sep 17 00:00:00 2001
From: jsalyers <jsalyers@syncad.com>
Date: Wed, 13 Jan 2021 18:52:08 -0500
Subject: [PATCH] [JES] Bump the version number for a new npm publish

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 8825033..16fee65 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@hiveio/hive-js",
-  "version": "0.8.12",
+  "version": "0.8.13",
   "description": "Hive.js the JavaScript API for Hive blockchain",
   "main": "lib/index.js",
   "scripts": {
-- 
GitLab