Skip to content

Commit 226dace

Browse files
committed
💎 bump
1 parent 9ee1895 commit 226dace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
word-to-markdown (0.1.0)
4+
word-to-markdown (0.2.0)
55
descriptive_statistics (~> 1.1.3)
66
nokogiri-styles
77
premailer

word-to-markdown.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.name = "word-to-markdown"
33
s.summary = "Ruby Gem to convert Word documents to markdown"
44
s.description = "Ruby Gem to convert Word documents to markdown."
5-
s.version = "0.1.0"
5+
s.version = "0.2.0"
66
s.authors = ["Ben Balter"]
77
s.email = "[email protected]"
88
s.homepage = "https://github.com/benbalter/word-to-markdown"

0 commit comments

Comments
 (0)