Skip to content

Commit

Permalink
Bumping version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonc committed Oct 7, 2019
1 parent f997669 commit 2358e0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## HEAD
## 0.3.0

* Adding `Document#done?` to check if a document is complete

Expand Down
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:
pdfmonkey (0.2.0)
pdfmonkey (0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -68,4 +68,4 @@ DEPENDENCIES
rubocop (~> 0.60.0)

BUNDLED WITH
1.17.2
1.17.3
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.2.0'
VERSION = '0.3.0'
end

0 comments on commit 2358e0a

Please sign in to comment.