Skip to content

Commit

Permalink
v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Nov 18, 2021
1 parent 30a6ab3 commit b7a125d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.2.11] - 2021-11-18

### Fixes

- When there is no signal VintageNetQMI would report 1 bar of signal rather than
0 bars

## [v0.2.10] - 2021-11-17

### Changes
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.10"}
{:vintage_net_qmi, "~> 0.2.11"}
]
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.10"
@version "0.2.11"
@source_url "https://github.com/nerves-networking/vintage_net_qmi"

def project do
Expand Down

0 comments on commit b7a125d

Please sign in to comment.