Current section
9 Versions
Jump to
Current section
9 Versions
Compare versions
2
files changed
+4
additions
-4
deletions
| @@ -1,10 +1,10 @@ | |
| 1 1 | {<<"links">>,[{<<"GitHub">>,<<"https://github.com/zoedsoupe/nexus">>}]}. |
| 2 2 | {<<"name">>,<<"nexus_cli">>}. |
| 3 | - {<<"version">>,<<"0.4.1">>}. |
| 3 | + {<<"version">>,<<"0.4.2">>}. |
| 4 4 | {<<"description">>, |
| 5 5 | <<"An `Elixir` library to write command line apps in a cleaner and elegant way!">>}. |
| 6 6 | {<<"elixir">>,<<"~> 1.14">>}. |
| 7 | - {<<"app">>,<<"nexus">>}. |
| 7 | + {<<"app">>,<<"nexus_cli">>}. |
| 8 8 | {<<"licenses">>,[<<"WTFPL">>]}. |
| 9 9 | {<<"files">>, |
| 10 10 | [<<"lib/nexus">>,<<"lib/nexus/failed_command_parsing.ex">>, |
| @@ -1,12 +1,12 @@ | |
| 1 1 | defmodule Nexus.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "0.4.1" |
| 4 | + @version "0.4.2" |
| 5 5 | @source_url "https://github.com/zoedsoupe/nexus" |
| 6 6 | |
| 7 7 | def project do |
| 8 8 | [ |
| 9 | - app: :nexus, |
| 9 | + app: :nexus_cli, |
| 10 10 | version: @version, |
| 11 11 | elixir: "~> 1.14", |
| 12 12 | start_permanent: Mix.env() == :prod, |