Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.06.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 4475f05..5391c12 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension App::AutoReblog

+0.06    Sun Sep  9 06:00:24 2012
+        - bug fix
+
 0.05    Sun Sep  9 01:02:59 2012
         - use API v2
  • Loading branch information
punytan committed Sep 8, 2012
1 parent 21bdcab commit 1796fd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension App::AutoReblog

0.06 Sun Sep 9 06:00:24 2012
- bug fix

0.05 Sun Sep 9 01:02:59 2012
- use API v2

Expand Down
2 changes: 1 addition & 1 deletion lib/App/AutoReblog.pm
@@ -1,6 +1,6 @@
package App::AutoReblog;
use sane;
our $VERSION = '0.05';
our $VERSION = '0.06';

use JSON;
use LWP::UserAgent;
Expand Down

0 comments on commit 1796fd7

Please sign in to comment.