Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Marlow committed Jul 22, 2021
1 parent 8415802 commit b215fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
notion-sdk-ruby (0.3.1)
notion-sdk-ruby (0.4.0)
httparty (~> 0.18.1)

GEM
Expand All @@ -22,7 +22,7 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mime-types-data (3.2021.0704)
multi_xml (0.6.0)
parallel (1.20.1)
parser (3.0.1.1)
Expand Down Expand Up @@ -88,4 +88,4 @@ DEPENDENCIES
webmock (~> 3.12)

BUNDLED WITH
2.1.4
2.2.3
2 changes: 1 addition & 1 deletion lib/notion-sdk-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Notion
VERSION = "0.3.1"
VERSION = "0.4.0"
end

0 comments on commit b215fc5

Please sign in to comment.