Skip to content

Commit

Permalink
Prep for release of 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GregMefford committed Nov 29, 2017
1 parent 3a049b7 commit 10bb264
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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.1"}]
[{:nerves_neopixel, "~> 0.3.2"}]
end
```

Expand Down
15 changes: 13 additions & 2 deletions 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.1",
version: "0.3.2",
description: "Drive WS2812B \"NeoPixel\" RGB LED strips from a Raspberry Pi using Elixir.",
elixir: "~> 1.3",
make_clean: ["clean"],
Expand All @@ -23,7 +23,18 @@ defmodule Nerves.Neopixel.Mixfile do
end

defp package do
[files: ["lib", "src", "config", "mix.exs", "README*", "LICENSE*", "Makefile"],
[files: [
"lib",
"src/*.c",
"src/*.h",
"src/rpi_ws281x/*.c",
"src/rpi_ws281x/*.h",
"config",
"mix.exs",
"README*",
"LICENSE*",
"Makefile"
],
maintainers: ["Greg Mefford"],
licenses: ["MIT", "BSD 2-Clause"],
links: %{"GitHub" => "https://github.com/GregMefford/nerves_neopixel"}]
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{"conform": {:hex, :conform, "0.13.0"},
"elixir_ale": {:hex, :elixir_ale, "0.3.0"},
"elixir_make": {:hex, :elixir_make, "0.3.0", "285147fa943806eee82f6680b7b446b5569bcf3ee8328fa0a7c200ffc44fbaba", [:mix], []},
"elixir_make": {:hex, :elixir_make, "0.4.0", "992f38fabe705bb45821a728f20914c554b276838433349d4f2341f7a687cddf", [:mix], [], "hexpm"},
"exrm": {:hex, :exrm, "0.15.3"}}

0 comments on commit 10bb264

Please sign in to comment.