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",