We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a06f4 commit 52477d6Copy full SHA for 52477d6
CHANGELOG.md
@@ -2,6 +2,6 @@
2
3
All notable changes to `laravel-notification-channels/pushbullet` will be documented in this file
4
5
-## 1.0.0 - 2016-XX-XX
+## 1.0.0 - 2018-02-07
6
7
-- initial release
+- initial 1.0.0 release
README.md
@@ -38,7 +38,7 @@ Or you can manually update your require block and run `composer update` if you c
38
```json
39
{
40
"require": {
41
- "laravel-notification-channels/pushbullet": "^0.3"
+ "laravel-notification-channels/pushbullet": "^1.0"
42
}
43
44
```
0 commit comments