Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Mar 25, 2024
1 parent 05f44a7 commit 0644b4f
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 @@ -17,7 +17,7 @@ The package can be installed by adding `vx` to your list of dependencies in
```elixir
def deps do
[
{:vx, "~> 0.3.0"}
{:vx, "~> 0.4.0"}
]
end
```
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 Vx.MixProject do
use Mix.Project

@github_url "https://github.com/tlux/vx"
@version "0.3.0"
@version "0.4.0"

def project do
[
Expand Down

0 comments on commit 0644b4f

Please sign in to comment.