Skip to content

Commit

Permalink
bumped gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Alonso committed Mar 14, 2017
1 parent 992b3b1 commit 4cd5544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [unrealeased] - [unrealease date]

## 1.1.0 - 2017-03-14
- **Added**: Option (`url`) to set custom GCM endpoint (Android)
- **Added**: Option (`host`) to set custom APNS environment (iOS)

Expand Down
2 changes: 1 addition & 1 deletion ruby-push-notifications.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "ruby-push-notifications"
spec.version = "1.0.1"
spec.version = "1.1.0"
spec.authors = ['Carlos Alonso']
spec.email = ['[email protected]']
spec.summary = %q{iOS, Android and Windows Phone Push Notifications made easy!}
Expand Down

0 comments on commit 4cd5544

Please sign in to comment.