Skip to content

Commit 0e5c25a

Browse files
authored
Merge pull request #90 from membraneframework/release-0.2.1
Bump version to 0.2.1
2 parents 6e1858f + b42d193 commit 0e5c25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For the full list of input and output options, see [`Boombox.run/2`](https://hex
8484
To use Boombox as an Elixir library, add
8585

8686
```elixir
87-
{:boombox, "~> 0.2.0"}
87+
{:boombox, "~> 0.2.1"}
8888
```
8989

9090
to your dependencies or `Mix.install`.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Boombox.Mixfile do
22
use Mix.Project
33

4-
@version "0.2.0"
4+
@version "0.2.1"
55
@github_url "https://github.com/membraneframework/boombox"
66

77
def project do

0 commit comments

Comments
 (0)