From 226dace4b540d8d9022a35423666de581e3757ec Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sun, 30 Mar 2014 14:20:08 -0400 Subject: [PATCH] :gem: bump --- Gemfile.lock | 2 +- word-to-markdown.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2c96e95..54cab34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - word-to-markdown (0.1.0) + word-to-markdown (0.2.0) descriptive_statistics (~> 1.1.3) nokogiri-styles premailer diff --git a/word-to-markdown.gemspec b/word-to-markdown.gemspec index 6d32fa4..7a50984 100644 --- a/word-to-markdown.gemspec +++ b/word-to-markdown.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "word-to-markdown" s.summary = "Ruby Gem to convert Word documents to markdown" s.description = "Ruby Gem to convert Word documents to markdown." - s.version = "0.1.0" + s.version = "0.2.0" s.authors = ["Ben Balter"] s.email = "ben.balter@github.com" s.homepage = "https://github.com/benbalter/word-to-markdown"