Skip to content

Commit

Permalink
release new version (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
l8556 authored Aug 12, 2022
1 parent d87b1a0 commit 9b3cffd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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)

## 1.1.0 (2022-08-12)

### New Features

* New method `OnlyofficeFileHelper.copy_file`
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onlyoffice_file_helper (1.0.0)
onlyoffice_file_helper (1.1.0)
onlyoffice_logger_helper (~> 1)
rubyzip (~> 2)

Expand Down Expand Up @@ -87,4 +87,4 @@ DEPENDENCIES
yard (~> 0, >= 0.9.20)

BUNDLED WITH
2.3.8
2.3.20
2 changes: 1 addition & 1 deletion lib/onlyoffice_file_helper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module OnlyofficeFileHelper
# @return [String] version of gem
VERSION = '1.0.0'
VERSION = '1.1.0'
end

0 comments on commit 9b3cffd

Please sign in to comment.