Skip to content

Commit

Permalink
release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 21, 2011
1 parent 4a3d164 commit 3d5abe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Release notes for github-growler

v2.1.3 Sun Mar 20 10:37:21 PDT 2011
- Use github API to get user information instead of screen scraping (franckcuny)
- Use ETags to improve page caching (franckcuny)

v2.1.2 Tue Mar 15 19:10:32 PDT 2011
- Added more event types for Growl

Expand Down
2 changes: 1 addition & 1 deletion github-growler.pl
Expand Up @@ -20,7 +20,7 @@
use Net::SSLeay;
use HTML::TreeBuilder;

use version; our $VERSION = qv("v2.1.2");
use version; our $VERSION = qv("v2.1.3");

my %events = (
"New Commits" => qr/(?:pushed to|committed to)/,
Expand Down

0 comments on commit 3d5abe9

Please sign in to comment.