Skip to content

Commit

Permalink
bump to 0.9.1 and use scenic_driver_nerves_rpi 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boydm committed Nov 2, 2018
1 parent c098378 commit 3c5fdc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ScenicNew.MixProject do
use Mix.Project

@version "0.9.0"
@version "0.9.1"
@github "https://github.com/boydm/scenic_new"

def project do
Expand Down
2 changes: 1 addition & 1 deletion templates/new_nerves/mix.exs.eex
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule <%= @mod %>.MixProject do
defp deps(target) do
[
{:nerves_runtime, "~> 0.6"},
{:scenic_driver_nerves_rpi, git: "git@github.com:boydm/scenic_driver_nerves_rpi.git", branch: "v0.9.0"},
{:scenic_driver_nerves_rpi, "~> 0.9"},
{:scenic_driver_nerves_touch, "~> 0.9"}
] ++ system(target)
end
Expand Down

0 comments on commit 3c5fdc5

Please sign in to comment.