From 13bdca3a253a58034009c038fb6992b5f00a4e38 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 21 Sep 2016 11:22:49 +0200 Subject: [PATCH] Fix #2 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {