Skip to content

Commit 7cd4a54

Browse files
committed
Bump version to 2.3.0
1 parent 6eb4ace commit 7cd4a54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ RUN apk update && apk upgrade
2626
RUN apk add build-base bash ruby ruby-etc ruby-dev
2727

2828
# Install builtin fonts
29-
RUN gem install invoice_printer_fonts --version 2.2.0 --no-document
29+
RUN gem install invoice_printer_fonts --version 2.3.0 --no-document
3030

3131
# Install the gem from RubyGems.org
32-
RUN gem install invoice_printer_server --version 2.2.0 --no-document
32+
RUN gem install invoice_printer_server --version 2.3.0 --no-document
3333

3434
# Clean APK cache
3535
RUN rm -rf /var/cache/apk/*

lib/invoice_printer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InvoicePrinter
2-
VERSION = '2.2.0'
2+
VERSION = '2.3.0'
33
end

0 commit comments

Comments
 (0)