Skip to content

Commit

Permalink
0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Nov 12, 2014
1 parent 2c34052 commit ba746a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for SMS-ClickSend

{{$NEXT}}

0.02 2014-11-12 21:22:50 CST
- return useful json data when the returning Content-Type is json

0.01 2014-11-12 20:48:02 CST
Expand Down
2 changes: 1 addition & 1 deletion lib/SMS/ClickSend.pm
Expand Up @@ -2,7 +2,7 @@ package SMS::ClickSend;

use strict;
use 5.008_005;
our $VERSION = '0.01';
our $VERSION = '0.02';

use Carp;
use LWP::UserAgent;
Expand Down

0 comments on commit ba746a1

Please sign in to comment.