From 7bd12b10748f301a5c1165b3d89cea52df2fa590 Mon Sep 17 00:00:00 2001 From: nbarikipoulos Date: Sun, 13 Dec 2020 22:28:19 +0100 Subject: [PATCH] v9.1.1 --- 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 d2bb283..d73d126 100644 --- a/doc/api.md +++ b/doc/api.md @@ -17,7 +17,7 @@ Furthermore it exposes a bunch of utility functions such as factories for "high-level" objects _i.e._ Script and Poppy ones or discovering robot utility, etc... -**Version**: 9.1.0 +**Version**: 9.1.1 * [poppy-robot-core](#module_poppy-robot-core) * _static_ diff --git a/index.js b/index.js index 1edba78..947f278 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ * * @module poppy-robot-core * @typicalname P - * @version 9.1.0 + * @version 9.1.1 */ 'use strict' diff --git a/package.json b/package.json index 499ab51..dc0b12d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poppy-robot-core", - "version": "9.1.0", + "version": "9.1.1", "description": "Javascript library to address Poppy/Poppy Ergo Jr Robot.", "main": "index.js", "homepage": "https://github.com/nbarikipoulos/poppy-robot-core#readme",