diff --git a/Gemfile.lock b/Gemfile.lock index 919a95b..e174d04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - noun-project-api (4.0.1) + noun-project-api (4.0.2) activesupport oauth (~> 1.1) diff --git a/noun-project-api.gemspec b/noun-project-api.gemspec index bcb07ba..32bc9bc 100644 --- a/noun-project-api.gemspec +++ b/noun-project-api.gemspec @@ -6,7 +6,7 @@ require "date" Gem::Specification.new do |s| s.name = "noun-project-api" - s.version = "4.0.1" + s.version = "4.0.2" s.platform = Gem::Platform::RUBY s.date = Date.today.to_s s.summary = "An API wrapper for The Noun Project API's"