Skip to content

Commit

Permalink
$VERSION in ""
Browse files Browse the repository at this point in the history
  • Loading branch information
st3vil committed Feb 7, 2012
1 parent a3fba17 commit b5e962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/LastFMAPI.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Exporter 'import';
our @EXPORT = ('lastfm', 'lastfm_config', 'lastfm_iter'); our @EXPORT = ('lastfm', 'lastfm_config', 'lastfm_iter');
use Carp; use Carp;


our $VERSION = 0.5; our $VERSION = "0.62";
our $url = 'http://ws.audioscrobbler.com/2.0/'; our $url = 'http://ws.audioscrobbler.com/2.0/';
our $api_key = 'dfab9b1c7357c55028c84b9a8fb68880'; our $api_key = 'dfab9b1c7357c55028c84b9a8fb68880';
our $secret = 'd004c86dcfa8ef4c3977b04f558535f2'; our $secret = 'd004c86dcfa8ef4c3977b04f558535f2';
Expand Down

0 comments on commit b5e962b

Please sign in to comment.