From 35d76ecc9aea4ec1f29519fa13bcb82f9ee05dc7 Mon Sep 17 00:00:00 2001 From: Ignacio Bona Date: Tue, 3 Nov 2020 12:29:28 -0800 Subject: [PATCH] Release 0.1.25 --- examples/package.json | 4 ++-- lib/package.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/package.json b/examples/package.json index cad323b..a1c3890 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "spherov2.js-examples", - "version": "0.1.24", + "version": "0.1.25", "description": "Examples - V2 api version for sphero toys (not official)", "author": "igbopie", "license": "MIT", @@ -37,7 +37,7 @@ "bufferutil": "^4.0.1", "http-server": "^0.12.3", "net": "^1.0.2", - "spherov2.js": "^0.1.24", + "spherov2.js": "^0.1.25", "tls": "^0.0.1", "ts-loader": "^8.0.7", "utf-8-validate": "^5.0.2", diff --git a/lib/package.json b/lib/package.json index fcac204..f7a1b49 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "spherov2.js", - "version": "0.1.24", + "version": "0.1.25", "description": "V2 api version for sphero toys (not official)", "author": "igbopie", "license": "MIT", diff --git a/package.json b/package.json index 0fb1ea2..952c11d 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,5 @@ }, "npm": false }, - "version": "0.1.24" + "version": "0.1.25" }