diff --git a/Gemfile.lock b/Gemfile.lock index 3ec29a7..a40745e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - notion-sdk-ruby (0.3.0) + notion-sdk-ruby (0.3.1) httparty (~> 0.18.1) GEM diff --git a/lib/notion-sdk-ruby/version.rb b/lib/notion-sdk-ruby/version.rb index ca800e3..0958bae 100644 --- a/lib/notion-sdk-ruby/version.rb +++ b/lib/notion-sdk-ruby/version.rb @@ -1,3 +1,3 @@ module Notion - VERSION = "0.3.0" + VERSION = "0.3.1" end