From b2887cf0b52ade4692340aec163109230980d76d Mon Sep 17 00:00:00 2001
From: Tom Gehrke <phyrog@users.noreply.github.com>
Date: Mon, 12 Mar 2018 10:17:18 +0100
Subject: [PATCH] Bump version to 0.6.0 (#40)

---
 README.md                     | 2 +-
 lib/graphql-pundit/version.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 41ee25d..6c23736 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ end
 
 ```ruby
 field :posts
-  scope PostablePolicy
+  after_scope PostablePolicy
   resolve ...
 end
 ```
diff --git a/lib/graphql-pundit/version.rb b/lib/graphql-pundit/version.rb
index 5be5fd8..1815972 100644
--- a/lib/graphql-pundit/version.rb
+++ b/lib/graphql-pundit/version.rb
@@ -2,6 +2,6 @@
 
 module GraphQL
   module Pundit
-    VERSION = '0.5.1'
+    VERSION = '0.6.0'
   end
 end