Skip to content

Commit

Permalink
Merge pull request #2 from joshdholtz/open-aws-req
Browse files Browse the repository at this point in the history
Allow aws sdk for all of 2.x
  • Loading branch information
Josh Holtz authored Oct 23, 2017
2 parents 0e7148b + 6f37596 commit d981a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastlane-plugin-aws_sns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'aws-sdk', '~> 2.0.0'
spec.add_dependency 'aws-sdk', '~> 2.0'

spec.add_development_dependency 'pry'
spec.add_development_dependency 'bundler'
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/aws_sns/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module AwsSns
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit d981a0b

Please sign in to comment.