Skip to content

Commit 4681074

Browse files
committed
Merge branch 'release/3.0.0-beta7' into develop
2 parents 8a12590 + 1268926 commit 4681074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ An exported function instead `WpApiLoaderFactory` is mandatory to be used with [
3636
```js
3737
import { Http } from '@angular/http';
3838
import {
39-
WpApiModule
39+
WpApiModule,
4040
WpApiLoader,
4141
WpApiStaticLoader
4242
} from 'wp-api-angular'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-api-angular",
3-
"version": "3.0.0-beta6",
3+
"version": "3.0.0-beta7",
44
"description": "WordPress WP-API v2 client for Angular2",
55
"main": "wp-api-angular.js",
66
"typings": "wp-api-angular.d.ts",

0 commit comments

Comments
 (0)