Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi committed Oct 21, 2018
1 parent d9ba97c commit f80baf0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rf-intellisense",
"displayName": "Robot Framework Intellisense",
"description": "Robot Framework Intellisense",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"publisher": "TomiTurtiainen",
"icon": "icon.png",
Expand Down
2 changes: 1 addition & 1 deletion library-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rf-intellisense",
"version": "2.1.1",
"version": "2.2.0",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "2.2.0",
"engines": {
"vscode": "^1.8.0"
"node": "8"
},
"scripts": {
"install": "npm run install-client && npm run install-server",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rf-intellisense",
"version": "2.1.1",
"version": "2.2.0",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down

0 comments on commit f80baf0

Please sign in to comment.