Skip to content

Commit

Permalink
version 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Apr 30, 2021
1 parent 75f744d commit e64bf29
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Kafka-Librd

0.20 2021-04-30 09:27:54 -0600
- Moved to new GtiHub org: uperl

0.19 2020-12-02 05:46:51 -0700
- Production release identical to 0.18_01.

Expand Down
10 changes: 4 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,14 @@
"bugtracker" : {
"web" : "https://github.com/uperl/Kafka-Librd/issues"
},
"homepage" : "https://github.com/uperl/Kafka-Librd",
"license" : [
"http://dev.perl.org/licenses/"
],
"homepage" : "https://metacpan.org/pod/Kafka::Librd",
"repository" : {
"type" : "git",
"url" : "git://github.com/uperl/Kafka-Librd"
"url" : "https://github.com/uperl/Kafka-Librd.git",
"web" : "https://github.com/uperl/Kafka-Librd"
}
},
"version" : "0.19",
"version" : "0.20",
"x_contributors" : [
"Pavel Shaydo <zwon@cpan.org>",
"Graham Ollis <plicease@cpan.org>"
Expand Down
7 changes: 3 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ requires:
Exporter::Lite: '0'
resources:
bugtracker: https://github.com/uperl/Kafka-Librd/issues
homepage: https://github.com/uperl/Kafka-Librd
license: http://dev.perl.org/licenses/
repository: git://github.com/uperl/Kafka-Librd
version: '0.19'
homepage: https://metacpan.org/pod/Kafka::Librd
repository: https://github.com/uperl/Kafka-Librd.git
version: '0.20'
x_contributors:
- 'Pavel Shaydo <zwon@cpan.org>'
- 'Graham Ollis <plicease@cpan.org>'
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WriteMakefile(
bugtracker => {
web => 'https://github.com/uperl/Kafka-Librd/issues',
},
homepage => 'https://metacpan.org/pod/PkgConfig',
homepage => 'https://metacpan.org/pod/Kafka::Librd',
repository => {
type => 'git',
url => 'https://github.com/uperl/Kafka-Librd.git',
Expand Down
2 changes: 1 addition & 1 deletion lib/Kafka/Librd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use XSLoader;
use Exporter::Lite;

our $VERSION = '0.19';
our $VERSION = '0.20';
XSLoader::load('Kafka::Librd', $VERSION);

our @EXPORT_OK;
Expand Down

0 comments on commit e64bf29

Please sign in to comment.