Skip to content

Commit 8fd0041

Browse files
committed
v1.2.0-rc1
1 parent 839b8fc commit 8fd0041

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.0-rc1 / 2016-07-18
2+
==================
3+
4+
* Add support for Native notifications
15

26
1.1.0 / 2016-05-20
37
==================

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,11 @@ end
250250

251251
## Push Notifications (BETA)
252252

253-
Pusher now allows sending native notifications to iOS and Android devices. Check out the [documentation](https://pusher.com/docs/push_notifications) for information on how to set up push notifications on Android and iOS. There is no additional setup required to use it with this library. It works out of the box wit the same Pusher instance. All you need are the same pusher credentials.
253+
Pusher now allows sending native notifications to iOS and Android devices. Check out the [documentation](https://pusher.com/docs/push_notifications) for information on how to set up push notifications on Android and iOS. There is no additional setup required to use it with this library. It works out of the box wit the same Pusher instance. All you need are the same pusher credentials. To install the release:
254+
255+
```
256+
$ gem install pusher -v 1.2.0-rc1
257+
```
254258

255259
### Sending native pushes
256260

pusher.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |s|
33
s.name = "pusher"
4-
s.version = "1.1.0"
4+
s.version = "1.2.0-rc1"
55
s.platform = Gem::Platform::RUBY
66
s.authors = ["Pusher"]
77
s.email = ["support@pusher.com"]

0 commit comments

Comments
 (0)