diff --git a/README.md b/README.md index 4c5e969..c9f0b10 100644 --- a/README.md +++ b/README.md @@ -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://git@github.com/flix-tech/robotmate.git#v0.10.0"` +3. Execute the following command in the terminal: `npm install -g "git+https://git@github.com/flix-tech/robotmate.git#v0.11.0"` ### Another way diff --git a/package.json b/package.json index f648ff4..049564d 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -32,4 +32,4 @@ "tap": "^13.1.0", "yargs": "^12.0.5" } -} \ No newline at end of file +}