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 3eafe58 commit 15bd767
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Uuid.Mixfile do

def project do
[app: :uuid,
version: "1.5.3",
version: "1.5.4",
language: :erlang,
description: description,
package: package,
Expand All @@ -16,7 +16,7 @@ defmodule Uuid.Mixfile do
end

defp deps do
[{:quickrand, "~> 1.5.3"}]
[{:quickrand, "~> 1.5.4"}]
end

defp description do
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -29,5 +29,5 @@
{deps,
[{quickrand, ".*",
{git, "https://github.com/okeuday/quickrand.git",
{tag, "v1.5.3"}}}]}.
{tag, "v1.5.4"}}}]}.

2 changes: 1 addition & 1 deletion src/uuid.app.src
Expand Up @@ -3,7 +3,7 @@

{application, uuid,
[{description, "Native UUID Generation"},
{vsn, "1.5.3"},
{vsn, "1.5.4"},
{modules, [uuid]},
{registered, []},
{applications, [quickrand, stdlib, kernel]}]}.
Expand Down

0 comments on commit 15bd767

Please sign in to comment.