Skip to content

Commit

Permalink
Merge branch 'bump-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Nov 26, 2016
2 parents c644fc3 + 6995fc9 commit ce0d6d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"build-depends" : [ ],
"depends" : [ ],
"description" : "double ended priority queue",
"description" : "A Perl 6 implementation of double ended priority queue",
"name" : "Algorithm::MinMaxHeap",
"perl" : "6.c",
"provides" : {
Expand All @@ -15,5 +15,5 @@
"resources" : [ ],
"source-url" : "git://github.com/titsuki/p6-Algorithm-MinMaxHeap.git",
"test-depends" : [ ],
"version" : "0.12"
"version" : "0.13.0"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NAME
====

Algorithm::MinMaxHeap - double ended priority queue
Algorithm::MinMaxHeap - A Perl 6 implementation of double ended priority queue

SYNOPSIS
========
Expand Down
2 changes: 1 addition & 1 deletion lib/Algorithm/MinMaxHeap.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ method !is-minlevel(Int:D $index) returns Bool:D {
=head1 NAME
Algorithm::MinMaxHeap - double ended priority queue
Algorithm::MinMaxHeap - A Perl 6 implementation of double ended priority queue
=head1 SYNOPSIS
Expand Down

0 comments on commit ce0d6d5

Please sign in to comment.