Skip to content

Commit 1c94223

Browse files
committed
version 0.0.7
@kashif & fcm contributors
1 parent d7ccf74 commit 1c94223

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ The guide to set up an iOS app to get notifications is here: [Setting up a FCM C
175175

176176
## ChangeLog
177177

178+
### 0.0.7
179+
180+
- replace `httparty` with `faraday`
181+
178182
### 0.0.2
179183

180184
- Fixed group messaging url.

fcm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "fcm"
6-
s.version = "0.0.6"
6+
s.version = "0.0.7"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Kashif Rasul", "Shoaib Burq"]
99
s.email = ["kashif@spacialdb.com", "shoaib@spacialdb.com"]

0 commit comments

Comments
 (0)