Skip to content

Commit

Permalink
Merge pull request #14 from GregMefford/rel_0_4_0
Browse files Browse the repository at this point in the history
Prep for 0.4.0 release
  • Loading branch information
GregMefford authored Oct 6, 2018
2 parents adeabd1 + a572fa3 commit 9cd6125
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 @@ -15,7 +15,7 @@ Add it to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:nerves_neopixel, "~> 0.3.2"}]
[{:nerves_neopixel, "~> 0.4"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Nerves.Neopixel.Mixfile do

def project do
[app: :nerves_neopixel,
version: "0.3.2",
version: "0.4.0",
description: "Drive WS2812B \"NeoPixel\" RGB LED strips from a Raspberry Pi using Elixir.",
elixir: "~> 1.3",
make_clean: ["clean"],
Expand Down

0 comments on commit 9cd6125

Please sign in to comment.