Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emoriarty committed Jan 3, 2023
1 parent fc98306 commit 1e584ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
notion_to_md (2.2.0)
notion_to_md (2.2.1)
activesupport (~> 7)
notion-ruby-client (~> 1)

Expand Down Expand Up @@ -47,7 +47,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
minitest (5.16.3)
minitest (5.17.0)
multipart-post (2.2.3)
notion-ruby-client (1.0.0)
activesupport (>= 6)
Expand Down
2 changes: 1 addition & 1 deletion lib/notion_to_md/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NotionToMd
VERSION = '2.2.0'
VERSION = '2.2.1'
end

0 comments on commit 1e584ca

Please sign in to comment.