Skip to content

Commit

Permalink
Releasing WWW::PushBullet 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthebert committed Sep 26, 2014
1 parent 56b771e commit 733e0e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for WWW-PushBullet Distribution

1.2.0 2014-09-27 01:30

* migration to PushBullet API v2


1.0.3 2014-06-18 01:30

* Trying to improve Kwalitee
Expand Down
9 changes: 7 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Dist::Zilla configuration
;
name = WWW-PushBullet
version = 1.0.3
version = 1.2.0
author = Sebastien Thebert <[email protected]>
license = Perl_5
copyright_holder = Sebastien Thebert
Expand Down Expand Up @@ -35,12 +35,17 @@ JSON = 0
LWP::UserAgent = 0
Pod::Usage = 0

; Adds LICENSE file
; Adds LICENSE file
[License]

; Adds README file with distribution name, version, abstract & license
[Readme]

[MetaResources]
repository.web = https://github.com/sebthebert/WWW-PushBullet
repository.url = https://github.com/sebthebert/WWW-PushBullet.git
repository.type = git

[CheckChangeLog]

[ExtraTests]
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PushBullet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use Data::Dump qw(dump);
use JSON;
use LWP::UserAgent;

our $VERSION = '1.0.3';
our $VERSION = '1.2.0';

my %PUSHBULLET = (
REALM => 'Pushbullet',
Expand Down

0 comments on commit 733e0e7

Please sign in to comment.