Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Mar 25, 2024
1 parent 4624f67 commit e80c8e7
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.1.0"}
{:vx, "~> 0.3.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.2.0"
@version "0.3.0"

def project do
[
Expand Down

0 comments on commit e80c8e7

Please # to comment.