diff --git a/README.md b/README.md index 4842ae6..4ba15f9 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,10 @@ The guide to set up an iOS app to get notifications is here: [Setting up a FCM C ## ChangeLog +### 0.0.7 + +- replace `httparty` with `faraday` + ### 0.0.2 - Fixed group messaging url. diff --git a/fcm.gemspec b/fcm.gemspec index 6c00a0e..750cd55 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.6" + s.version = "0.0.7" s.platform = Gem::Platform::RUBY s.authors = ["Kashif Rasul", "Shoaib Burq"] s.email = ["kashif@spacialdb.com", "shoaib@spacialdb.com"]