Skip to content

Commit

Permalink
chore(link-http): release 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Oct 30, 2017
1 parent 8274fdf commit 9369abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An Apollo Link to allow sending a single http request per operation.

## Installation

`npm install apollo-angular-link-http --save`
`npm install apollo-angular-link-http@beta --save`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./build/src/index.js",
"jsnext:main": "./build/src/index.js",
"typings": "./build/src/index.d.ts",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"repository": {
"type": "git",
"url": "apollographql/apollo-angular"
Expand Down

0 comments on commit 9369abe

Please sign in to comment.