Skip to content

Commit

Permalink
Version 1.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Sep 12, 2017
1 parent ae822a8 commit c536d02
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 @@ -6,7 +6,7 @@ defmodule Pqueue.Mixfile do

def project do
[app: :pqueue,
version: "1.7.1",
version: "1.7.2",
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.7.1"},
{vsn, "1.7.2"},
{modules, [pqueue, pqueue2, pqueue3, pqueue4]},
{registered, []},
{applications, [stdlib, kernel]}]}.
Expand Down

0 comments on commit c536d02

Please sign in to comment.