Skip to content

Commit

Permalink
bump version (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjinp authored Jun 6, 2019
1 parent 41c1e02 commit 63347d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "1.1.1"
"version": "1.1.2"
}
2 changes: 1 addition & 1 deletion packages/nexus-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbp/nexus-link",
"version": "1.1.1",
"version": "1.1.2",
"description": "A powerful, extandable way of controlling requests/responses to/from Nexus. Inspired by Apollo-link.",
"keywords": [
"observable",
Expand Down
4 changes: 2 additions & 2 deletions packages/nexus-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbp/nexus-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "REST API abstraction for Nexus",
"keywords": [
"rest",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/BlueBrain/nexus-webapp-commons/issues"
},
"dependencies": {
"@bbp/nexus-link": "^1.1.1"
"@bbp/nexus-link": "^1.1.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 63347d3

Please sign in to comment.