Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strzibny committed Apr 8, 2021
1 parent 8762128 commit 1cc3c8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ RUN apk update && apk upgrade
# Install Ruby and build dependencies
RUN apk add build-base bash ruby ruby-etc ruby-dev

# Install support for builtin fonts
RUN gem install invoice_printer_fonts --version 2.1.0.rc1 --no-document
# Install builtin fonts
RUN gem install invoice_printer_fonts --version 2.1.0 --no-document

# Install gem from RubyGems.org
RUN gem install invoice_printer_server --version 2.1.0.rc1 --no-document
# Install the gem from RubyGems.org
RUN gem install invoice_printer_server --version 2.1.0 --no-document

# Clean APK cache
RUN rm -rf /var/cache/apk/*
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 = '2.1.0.rc1'
VERSION = '2.1.0'
end

0 comments on commit 1cc3c8e

Please sign in to comment.