Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Oct 14, 2024
1 parent 43c0cfe commit bf19380
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Dev

## v0.7.1 (2024-10-14)

### Bug fixes

- Fix bug in `Aja.Vector.concat/2`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Aja can be installed by adding `aja` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aja, "~> 0.7.0"}
{:aja, "~> 0.7.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Aja.MixProject do
use Mix.Project

@version "0.7.0"
@version "0.7.1"

def project do
[
Expand Down

0 comments on commit bf19380

Please sign in to comment.