diff --git a/Gemfile.lock b/Gemfile.lock index b244603..7b85399 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/onlyoffice_github_helper/version.rb b/lib/onlyoffice_github_helper/version.rb index 69ba995..249e6fe 100644 --- a/lib/onlyoffice_github_helper/version.rb +++ b/lib/onlyoffice_github_helper/version.rb @@ -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