Skip to content

Commit

Permalink
Release Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sabman committed May 16, 2020
1 parent b64f836 commit fdf590a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fcm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit fdf590a

Please sign in to comment.