Skip to content

Commit

Permalink
Fix forgotten version increase (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Oct 11, 2022
1 parent 49a78ac commit ba3c2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_github_helper (1.0.0)
onlyoffice_github_helper (1.1.0)
faraday-retry (~> 2)
octokit (>= 4, < 6)

Expand Down
2 changes: 1 addition & 1 deletion lib/onlyoffice_github_helper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module OnlyofficeGithubHelper
# Module to store version of gem
module Version
# @return [String] version of gem
STRING = '1.0.0'
STRING = '1.1.0'
end
end

0 comments on commit ba3c2f4

Please sign in to comment.