Skip to content

Commit

Permalink
update package version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Nov 19, 2017
1 parent 8d25411 commit 7a863ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## RobotlegsJS-Macrobot 0.1.0

### v0.1.0
### [v0.1.0](https://github.com/RobotlegsJS/RobotlegsJS-Macrobot/releases/tag/0.1.0) - 2017-11-19

- Update @robotlegsjs/core to version 0.1.1 (see #21).

Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robotlegsjs/macrobot",
"version": "0.0.5",
"version": "0.1.0",
"description": "TypeScript port of Robotlegs Utilities Macrobot",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,11 @@
"keywords": [
"TypeScript",
"RobotlegsJS",
"IoC"
"IoC",
"Macrobot",
"AsyncCommand",
"SequenceMacro",
"ParallelMacro"
],
"author": "RobotlegsJS",
"contributors": [
Expand Down

0 comments on commit 7a863ab

Please sign in to comment.