Skip to content

Commit 1f30086

Browse files
authored
Merge pull request #71 from strzibny/2.2-release
2.2.0
2 parents ac49b1a + 39bf1fe commit 1f30086

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.1.0 --no-document
29+
RUN gem install invoice_printer_fonts --version 2.2.0 --no-document
3030

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

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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PATH
22
remote: .
33
specs:
4-
invoice_printer (2.2.0.alpha2)
4+
invoice_printer (2.2.0)
55
json (~> 2.1)
66
prawn (~> 2.2)
77
prawn-table (~> 0.2.2)
8-
invoice_printer_server (2.2.0.alpha2)
9-
invoice_printer (= 2.2.0.alpha2)
8+
invoice_printer_server (2.2.0)
9+
invoice_printer (= 2.2.0)
1010
json (~> 2.1)
1111
puma (>= 3.9.0)
1212
roda (~> 3.5)

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.alpha2'
2+
VERSION = '2.2.0'
33
end

0 commit comments

Comments
 (0)