diff --git a/README.md b/README.md index 25fc3a9..addd93a 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ The guide to set up an iOS app to get notifications is here: [Setting up a FCM C ### 1.0.0 - Bumped supported ruby to `>= 2.4` +- Fix deprecation warnings from `faraday` by changing dependency version to `faraday 1.0.0` ### 0.0.7 diff --git a/fcm.gemspec b/fcm.gemspec index f7e7f1d..2427c93 100644 --- a/fcm.gemspec +++ b/fcm.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fcm" - s.version = "0.0.7" + s.version = "1.0.0" s.platform = Gem::Platform::RUBY s.authors = ["Kashif Rasul", "Shoaib Burq"] s.email = ["kashif@spacialdb.com", "shoaib@spacialdb.com"]