From 222a3d6f9a8bc38751d95d26447e58c2786647eb Mon Sep 17 00:00:00 2001 From: nbarikipoulos Date: Tue, 21 Jun 2022 16:26:02 +0200 Subject: [PATCH] v11.1.0 --- doc/api.md | 2 +- index.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api.md b/doc/api.md index aefd968..93e5821 100644 --- a/doc/api.md +++ b/doc/api.md @@ -16,7 +16,7 @@ Furthermore, it exposes a bunch of high-level factories in order to ease use of these objects such as settings connection parameters, automatically perform a live discovering of the target robot, and so on. -**Version**: 11.0.0 +**Version**: 11.1.0 * [poppy-robot-core](#module_poppy-robot-core) * _static_ diff --git a/index.js b/index.js index d205cab..adc0a7c 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ * * @module poppy-robot-core * @typicalname P - * @version 11.0.0 + * @version 11.1.0 */ 'use strict' diff --git a/package.json b/package.json index a015cee..179be32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poppy-robot-core", - "version": "11.0.0", + "version": "11.1.0", "description": "Remotely drive/query Poppy/Poppy Ergo Jr robots.", "main": "index.js", "homepage": "https://github.com/nbarikipoulos/poppy-robot-core#readme",