From 5c72177e6fe5c01c2ad6f6e1ae253b3d2b21a6b8 Mon Sep 17 00:00:00 2001 From: Tomas Valenta Date: Thu, 20 Jan 2022 20:04:58 +0000 Subject: [PATCH] Bump version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50101d8..2d73c01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@devbookhq/sdk", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@devbookhq/sdk", - "version": "0.1.4", + "version": "0.1.5", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@rollup/plugin-node-resolve": "^13.1.3", diff --git a/package.json b/package.json index b670d4d..722cf78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devbookhq/sdk", - "version": "0.1.4", + "version": "0.1.5", "description": "Devbook allows visitors of your docs to interact with and execute any code snippet or shell command in a private VM", "homepage": "https://usedevbook.com", "license": "SEE LICENSE IN LICENSE",