From 52ed93b4b2843ad5df7a4ac0e6e7e8c84ed1b7da Mon Sep 17 00:00:00 2001 From: Graham Marlow Date: Sun, 23 May 2021 11:09:26 -0700 Subject: [PATCH] v0.3.0 --- Gemfile.lock | 2 +- lib/notion-sdk-ruby/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d1addfc..3ec29a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - notion-sdk-ruby (0.2.3) + notion-sdk-ruby (0.3.0) httparty (~> 0.18.1) GEM diff --git a/lib/notion-sdk-ruby/version.rb b/lib/notion-sdk-ruby/version.rb index f141a0d..ca800e3 100644 --- a/lib/notion-sdk-ruby/version.rb +++ b/lib/notion-sdk-ruby/version.rb @@ -1,3 +1,3 @@ module Notion - VERSION = "0.2.3" + VERSION = "0.3.0" end