Adapt version to corresponding OpenProject core version.

pull/6827/head
kgalli 10 years ago
parent 08d7916265
commit 01d9185a88
  1. 2
      lib/open_project/github_integration/version.rb
  2. 4
      openproject-github_integration.gemspec

@ -14,6 +14,6 @@
module OpenProject
module GithubIntegration
VERSION = "0.0.1"
VERSION = "4.0.0"
end
end

@ -16,6 +16,6 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,doc,lib}/**/*"] + %w(README.md)
s.add_dependency "rails", "~> 3.2.14"
s.add_dependency "openproject-webhooks", "~> 1.0"
s.add_dependency "openproject-webhooks", "~> 4.0.0"
end

Loading…
Cancel
Save