Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
voltone committed Oct 24, 2019
1 parent 3a74f5e commit 79ef337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Mix task available for that project only:
```elixir
def deps do
[
{:sbom, "~> 0.5.0", only: :dev, runtime: false}
{:sbom, "~> 0.5.1", only: :dev, runtime: false}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule SBoM.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.5.1"

def project do
[
Expand Down

0 comments on commit 79ef337

Please sign in to comment.