Skip to content

Commit 10bb264

Browse files
committed
Prep for release of 0.3.2
1 parent 3a049b7 commit 10bb264

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add it to your list of dependencies in `mix.exs`:
1515

1616
```elixir
1717
def deps do
18-
[{:nerves_neopixel, "~> 0.3.1"}]
18+
[{:nerves_neopixel, "~> 0.3.2"}]
1919
end
2020
```
2121

mix.exs

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Nerves.Neopixel.Mixfile do
33

44
def project do
55
[app: :nerves_neopixel,
6-
version: "0.3.1",
6+
version: "0.3.2",
77
description: "Drive WS2812B \"NeoPixel\" RGB LED strips from a Raspberry Pi using Elixir.",
88
elixir: "~> 1.3",
99
make_clean: ["clean"],
@@ -23,7 +23,18 @@ defmodule Nerves.Neopixel.Mixfile do
2323
end
2424

2525
defp package do
26-
[files: ["lib", "src", "config", "mix.exs", "README*", "LICENSE*", "Makefile"],
26+
[files: [
27+
"lib",
28+
"src/*.c",
29+
"src/*.h",
30+
"src/rpi_ws281x/*.c",
31+
"src/rpi_ws281x/*.h",
32+
"config",
33+
"mix.exs",
34+
"README*",
35+
"LICENSE*",
36+
"Makefile"
37+
],
2738
maintainers: ["Greg Mefford"],
2839
licenses: ["MIT", "BSD 2-Clause"],
2940
links: %{"GitHub" => "https://github.com/GregMefford/nerves_neopixel"}]

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
%{"conform": {:hex, :conform, "0.13.0"},
22
"elixir_ale": {:hex, :elixir_ale, "0.3.0"},
3-
"elixir_make": {:hex, :elixir_make, "0.3.0", "285147fa943806eee82f6680b7b446b5569bcf3ee8328fa0a7c200ffc44fbaba", [:mix], []},
3+
"elixir_make": {:hex, :elixir_make, "0.4.0", "992f38fabe705bb45821a728f20914c554b276838433349d4f2341f7a687cddf", [:mix], [], "hexpm"},
44
"exrm": {:hex, :exrm, "0.15.3"}}

0 commit comments

Comments
 (0)