Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwinchester committed Oct 14, 2020
1 parent f651a46 commit 48c693f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ as a dependency in your `mix.exs` file:

```elixir
defp deps do
[ {:uuid_utils, "~> 1.3"} ]
[ {:uuid_utils, "~> 1.4"} ]
end
```

Expand Down
4 changes: 3 additions & 1 deletion lib/uuid/info.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
defmodule UUID.Info do
@moduledoc false
@moduledoc """
UUID info
"""

alias __MODULE__

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule UUID.Mixfile do
use Mix.Project

@app :uuid_utils
@version "1.3.0"
@version "1.4.0"

def project do
[
Expand Down

0 comments on commit 48c693f

Please sign in to comment.