Skip to content

Commit

Permalink
Bumped version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lleites authored May 16, 2019
1 parent b82c01a commit f684f3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project is based on [Botium](https://botium.atlassian.net) and is used for

1. Start by downloading and installing [NodeJs](https://nodejs.org/en/download/)
2. Open your terminal (Mac, Linux, ...) or Prompt (Windows)
3. Execute the following command in the terminal: `npm install -g "git+https://[email protected]/flix-tech/robotmate.git#v0.10.0"`
3. Execute the following command in the terminal: `npm install -g "git+https://[email protected]/flix-tech/robotmate.git#v0.11.0"`

### Another way

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robot-mate",
"version": "0.10.0",
"version": "0.11.0",
"description": "A format to test robots",
"main": "lib/parser.js",
"bin": {
Expand Down Expand Up @@ -32,4 +32,4 @@
"tap": "^13.1.0",
"yargs": "^12.0.5"
}
}
}

0 comments on commit f684f3d

Please sign in to comment.