Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarikipoulos committed Jun 21, 2022
1 parent 2e47dc1 commit 222a3d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @module poppy-robot-core
* @typicalname P
* @version 11.0.0
* @version 11.1.0
*/

'use strict'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 222a3d6

Please sign in to comment.