From 9a857825b9b5ac3800db37852a54f0c0b7ec388a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Dos=C3=A9?= Date: Tue, 21 Apr 2020 20:56:47 -0700 Subject: [PATCH] Fixes the typo in the name --- VERSION | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ac00323..f8810a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0+kebow.1 +1.11.0+keybow.2 diff --git a/mix.exs b/mix.exs index 77b552a..53b4c8e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,8 +1,8 @@ -defmodule NervesSystemKebow.MixProject do +defmodule NervesSystemKeybow.MixProject do use Mix.Project @github_organization "ElixirSeattle" - @app :nerves_system_kebow + @app :nerves_system_keybow @version Path.join(__DIR__, "VERSION") |> File.read!() |> String.trim()