Skip to content

Commit

Permalink
Version 1.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Oct 7, 2016
1 parent 06144dd commit dbb3b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Pqueue.Mixfile do

def project do
[app: :pqueue,
version: "1.5.3",
version: "1.5.4",
description: description,
package: package,
deps: deps]
Expand Down
2 changes: 1 addition & 1 deletion src/pqueue.app.src
Expand Up @@ -3,7 +3,7 @@

{application, pqueue,
[{description, "Priority Queue Data Structures"},
{vsn, "1.5.3"},
{vsn, "1.5.4"},
{modules, [pqueue, pqueue2, pqueue3, pqueue4]},
{registered, []},
{applications, [stdlib, kernel]}]}.
Expand Down

0 comments on commit dbb3b41

Please sign in to comment.