Skip to content

Commit

Permalink
Bump version to 1.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
strzibny committed Apr 30, 2017
1 parent bdc2909 commit e371cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Super simple PDF invoicing in pure Ruby (based on Prawn library).
InvoicePrinter does not impose any validations nor calculations on you. It is
designed only to provide an interface to build the PDF version of these documents.

**This project is still in development. 0.0.x versions are all development versions.**
** New: First release candidate for stable 1.0.0 is here!**

<p align="center">
<a href="https://github.com/strzibny/invoice_printer/raw/master/examples/promo.pdf">
Expand Down Expand Up @@ -46,7 +46,7 @@ And then execute:

Or install it yourself as:

$ gem install invoice_printer
$ gem install invoice_printer --pre

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/invoice_printer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InvoicePrinter
VERSION = '0.0.9'
VERSION = '1.0.0.rc1'
end

0 comments on commit e371cc8

Please sign in to comment.