Skip to content

Commit

Permalink
CPAN Release 0.19
Browse files Browse the repository at this point in the history
- Add badges to doc
  • Loading branch information
ingydotnet committed Aug 5, 2014
1 parent 0b873a7 commit ac0a02d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
version: 0.19
date: Tue Aug 5 09:50:00 PDT 2014
changes:
- Add badges to doc
---
version: 0.18
date: Sun Aug 3 23:09:58 PDT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: JSYNC
version: 0.18
version: 0.19
abstract: JSon Yaml eNCoding
homepage: http://jsync.org

Expand Down
4 changes: 4 additions & 0 deletions ReadMe.pod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ See http://github.com/ingydotnet/swim-pm#readme

JSYNC - JSon Yaml eNCoding

=for html
<a href="https://travis-ci.org/ingydotnet/jsync-pm"><img src="https://travis-ci.org/ingydotnet/jsync-pm.png" alt="jsync-pm"></a>
<a href="https://coveralls.io/r/ingydotnet/jsync-pm?branch=master"><img src="https://coveralls.io/repos/ingydotnet/jsync-pm/badge.png" alt="jsync-pm"></a>

=head1 SYNOPSIS

use JSYNC;
Expand Down
2 changes: 2 additions & 0 deletions doc/JSYNC.swim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ JSYNC

JSon Yaml eNCoding

<badge travis coveralls ingydotnet/jsync-pm>

= Synopsis

use JSYNC;
Expand Down
2 changes: 1 addition & 1 deletion lib/JSYNC.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use strict; use warnings;
package JSYNC;
our $VERSION = '0.18';
our $VERSION = '0.19';

use JSON;

Expand Down

0 comments on commit ac0a02d

Please sign in to comment.