Skip to content

Commit fb220c9

Browse files
a-maze-dfhunleth
authored andcommitted
Update README.md
updated version numbers, since all circuits modules are now on >2.0
1 parent 8561bc0 commit fb220c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ following in your `mix.exs`:
1313
defp deps() do
1414
[
1515
{:circuits_i2c, "~> 2.0"},
16-
{:circuits_spi, "~> 2.0.0-pre.0"},
17-
{:circuits_gpio, "~> 2.0.0-pre.0"}
16+
{:circuits_spi, "~> 2.0"},
17+
{:circuits_gpio, "~> 2.0"}
1818
]
1919
end
2020
```

0 commit comments

Comments
 (0)