From 4bc41a6a9436b9bee6e15da9541f289c1618e71a Mon Sep 17 00:00:00 2001 From: Josef Strzibny Date: Wed, 31 Jan 2018 21:48:22 +0100 Subject: [PATCH] Bump version to 1.1.0 --- docs/index.html | 2 +- lib/invoice_printer/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 9b9a629..c74164c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -231,7 +231,7 @@

Download

- 1.0.0 + 1.1.0

Install

diff --git a/lib/invoice_printer/version.rb b/lib/invoice_printer/version.rb index 264e16b..cffa377 100644 --- a/lib/invoice_printer/version.rb +++ b/lib/invoice_printer/version.rb @@ -1,3 +1,3 @@ module InvoicePrinter - VERSION = '1.1.0.rc1' + VERSION = '1.1.0' end