We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adeabd1 + a572fa3 commit 9cd6125Copy full SHA for 9cd6125
README.md
@@ -15,7 +15,7 @@ Add it to your list of dependencies in `mix.exs`:
15
16
```elixir
17
def deps do
18
- [{:nerves_neopixel, "~> 0.3.2"}]
+ [{:nerves_neopixel, "~> 0.4"}]
19
end
20
```
21
mix.exs
@@ -3,7 +3,7 @@ defmodule Nerves.Neopixel.Mixfile do
3
4
def project do
5
[app: :nerves_neopixel,
6
- version: "0.3.2",
+ version: "0.4.0",
7
description: "Drive WS2812B \"NeoPixel\" RGB LED strips from a Raspberry Pi using Elixir.",
8
elixir: "~> 1.3",
9
make_clean: ["clean"],
0 commit comments