From 81b28048a357950facd366403528f37cacbf2322 Mon Sep 17 00:00:00 2001 From: Graham Marlow Date: Sun, 16 May 2021 22:18:35 -0700 Subject: [PATCH] v0.2.2 --- Gemfile.lock | 2 +- lib/notion/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 439287a..c1c1d68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - notion-sdk-ruby (0.2.1) + notion-sdk-ruby (0.2.2) httparty (~> 0.18.1) GEM diff --git a/lib/notion/version.rb b/lib/notion/version.rb index 6aae30a..29ecd3f 100644 --- a/lib/notion/version.rb +++ b/lib/notion/version.rb @@ -1,3 +1,3 @@ module Notion - VERSION = "0.2.1" + VERSION = "0.2.2" end