Skip to content

Commit

Permalink
Bump to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 13, 2016
1 parent 5dca2ea commit 9663b09
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 @@ -82,7 +82,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
1. Add `nerves_uart` to your list of dependencies in `mix.exs`:

def deps do
[{:nerves_uart, "~> 0.0.3"}]
[{:nerves_uart, "~> 0.0.4"}]
end

2. List `:nerves_uart` as an application dependency:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ end
defmodule NervesUart.Mixfile do
use Mix.Project

@version "0.0.3"
@version "0.0.4"

@description """
Discover and use UARTs and serial ports in Elixir.
Expand Down

0 comments on commit 9663b09

Please sign in to comment.