diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 4d68bc8..5459232 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -12,3 +12,4 @@ \.cvsignore \.shipit ^t/9\d_.*\.t +^.git diff --git a/lib/Web/oEmbed.pm b/lib/Web/oEmbed.pm index 3d66e22..4d1aac5 100644 --- a/lib/Web/oEmbed.pm +++ b/lib/Web/oEmbed.pm @@ -2,7 +2,7 @@ package Web::oEmbed; use strict; use 5.8.1; -our $VERSION = '0.02'; +our $VERSION = '0.03'; use Any::Moose; has 'format' => (is => 'rw', default => 'json');