Skip to content

Commit 28e3794

Browse files
committed
Version 2.0.4.
1 parent 9dd9b37 commit 28e3794

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Uuid.Mixfile do
66

77
def project do
88
[app: :uuid,
9-
version: "2.0.3",
9+
version: "2.0.4",
1010
language: :erlang,
1111
erlc_options: [
1212
{:d, :erlang.list_to_atom('ERLANG_OTP_VERSION_' ++ :erlang.system_info(:otp_release))},
@@ -35,7 +35,7 @@ defmodule Uuid.Mixfile do
3535
end
3636

3737
defp deps do
38-
[{:quickrand, "~> 2.0.3", app: false}]
38+
[{:quickrand, ">= 2.0.4"}]
3939
end
4040

4141
defp description do

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
{deps,
3030
[{quickrand, ".*",
3131
{git, "https://github.com/okeuday/quickrand.git",
32-
{tag, "v2.0.3"}}}]}.
32+
{tag, "v2.0.4"}}}]}.
3333

src/uuid.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{application, uuid,
55
[{description, "Native UUID Generation"},
6-
{vsn, "2.0.3"},
6+
{vsn, "2.0.4"},
77
{modules, [uuid]},
88
{registered, []},
99
{applications, [quickrand, stdlib, kernel]}]}.

0 commit comments

Comments
 (0)