Skip to content

Commit 89f48c0

Browse files
committed
v0.4.0 release
1 parent 71e9aec commit 89f48c0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## v0.3.3-dev
3+
## v0.4.0
4+
5+
* Replaced DHT with DHT11. Now there's only one DHT module and it uses
6+
the poller.
47

58
## v0.3.2
69

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ by adding `grovepi` to your list of dependencies in `mix.exs`:
1414

1515
```elixir
1616
def deps do
17-
[{:grovepi, "~> 0.3.2"}]
17+
[{:grovepi, "~> 0.4.0"}]
1818
end
1919
```
2020

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule GrovePi.Mixfile do
22
use Mix.Project
33

44
@name "GrovePi"
5-
@version "0.3.3-dev"
5+
@version "0.4.0"
66
@github "https://github.com/fhunleth/grovepi"
77
@homepage @github
88

0 commit comments

Comments
 (0)