diff --git a/README.md b/README.md index 9a4615e..8184d7e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Integrates [apollo](http://www.apollostack.com/) in your vue components with declarative queries. -[See a simple Apollo server example](https://github.com/Akryum/apollo-server-example) +[Apollo "hello world" app](https://github.com/Akryum/frontpage-vue-app) ## Installation diff --git a/package.json b/package.json index aee2974..e7c7669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-apollo", - "version": "1.0.0-beta7-3", + "version": "1.0.0-beta8", "description": "Vue apollo integration", "main": "index.js", "scripts": {