Skip to content

Commit

Permalink
bump versions to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
boydm committed Mar 25, 2019
1 parent c3152bb commit 8c61236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ScenicDriverNervesTouch.MixProject do
use Mix.Project

@app_name :scenic_driver_nerves_touch
@version "0.9.1"
@version "0.10.0"
@github "https://github.com/boydm/scenic_driver_nerves_rpi"

def project do
Expand All @@ -27,8 +27,8 @@ defmodule ScenicDriverNervesTouch.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:input_event, "~> 0.3"},
{:scenic, "~> 0.9"},
{:input_event, "~> 0.4"},
{:scenic, "~> 0.10"},
{:ex_doc, "~> 0.19", only: [:dev, :test], runtime: false}
]
end
Expand Down

0 comments on commit 8c61236

Please sign in to comment.