Skip to content

Commit

Permalink
v0.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed May 27, 2021
1 parent 69c169d commit f555f3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.2.5

* Updates
* Support `qmi` v0.6.0

## v0.2.4

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this library, first add it to your project's dependency list:
```elixir
def deps do
[
{:vintage_net_qmi, "~> 0.2.4"}
{:vintage_net_qmi, "~> 0.2.5"}
]
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 VintageNetQMI.MixProject do
use Mix.Project

@version "0.2.4"
@version "0.2.5"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit f555f3a

Please sign in to comment.