Skip to content

Commit

Permalink
Bumping version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonc committed May 12, 2019
1 parent 7243bcd commit ebbdc59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## HEAD
## 0.2.0

* Handling HTTP and API errors and exposing the error messages
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pdfmonkey (0.1.0)
pdfmonkey (0.2.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/pdfmonkey/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Pdfmonkey
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit ebbdc59

Please sign in to comment.