Skip to content

Commit

Permalink
Release v0.5.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Mar 30, 2022
1 parent 987d091 commit 17b6198
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-03-30 13:42:50 UTC using RuboCop version 1.26.1.
# on 2022-03-30 14:30:51 UTC using RuboCop version 1.26.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.5.0 (2022-03-30)

### Fixes

* Fix convert result for thumbnail in zip
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onlyoffice_documentserver_conversion_helper (0.4.0)
onlyoffice_documentserver_conversion_helper (0.5.0)
jwt (~> 2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/onlyoffice_documentserver_conversion_helper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module OnlyofficeDocumentserverConversionHelper
# This module holds the OnlyofficeDocumentserverConversionHelper gem version
module Version
# @return [String] version of gem
STRING = '0.4.0'
STRING = '0.5.0'
end
end

0 comments on commit 17b6198

Please sign in to comment.