Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 237635f

Browse files
authored
Merge pull request #1 from ElixirSeattle/fix_typo
Fixes the typo in the name
2 parents 3f9b722 + 9a85782 commit 237635f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0+kebow.1
1+
1.11.0+keybow.2

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
defmodule NervesSystemKebow.MixProject do
1+
defmodule NervesSystemKeybow.MixProject do
22
use Mix.Project
33

44
@github_organization "ElixirSeattle"
5-
@app :nerves_system_kebow
5+
@app :nerves_system_keybow
66
@version Path.join(__DIR__, "VERSION")
77
|> File.read!()
88
|> String.trim()

0 commit comments

Comments
 (0)