Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patmaddox committed Jun 22, 2022
1 parent 8be8f81 commit 1f6adb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `freebsd` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:freebsd, "~> 0.4.0", runtime: false}
{:freebsd, "~> 0.4.1", runtime: false}
]
end
```
Expand All @@ -29,7 +29,7 @@ end
[
# ExFreeBSD requires these standard keys:
app: :freebsd,
version: "0.4.0",
version: "0.4.1",
description: description(),
homepage_url: "https://github.com/patmaddox/ex_freebsd",
# and adds this one:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule FreeBSD.MixProject do
[
app: :freebsd,
name: "ExFreeBSD",
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 1f6adb2

Please sign in to comment.