Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Feb 6, 2024
1 parent 2d8b0b0 commit c8944be
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 @@ -14,7 +14,7 @@ Make sure you have installed FFMpeg development packages on your system
```elixir
def deps do
[
{:xav, "~> 0.1"}
{:xav, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Xav.MixProject do
def project do
[
app: :xav,
version: "0.1.1",
version: "0.2.0",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
description: "Elixir media library built on top of FFmpeg",
Expand Down

0 comments on commit c8944be

Please sign in to comment.