From 68290c288cfb6d1ac8cc7c847a807eeb35e0fd9e Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 13 Dec 2022 23:06:17 -0500 Subject: [PATCH] Up version to 0.8.1 --- lib/prompt/router.ex | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/prompt/router.ex b/lib/prompt/router.ex index 79cf31b..ea8e8c9 100644 --- a/lib/prompt/router.ex +++ b/lib/prompt/router.ex @@ -95,9 +95,9 @@ defmodule Prompt.Router do It does it's best to handle any value returned from a command and turn it into an integer, 0 being a succesful command and any non-zero being - and error. + an error. - Overridable + Overrideable """ @callback handle_exit_value(any()) :: no_return() diff --git a/mix.exs b/mix.exs index ce0497e..c4b1932 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Prompt.MixProject do [ app: :prompt, description: "A terminal toolkit and a set of helpers for building console applications.", - version: "0.8.0", + version: "0.8.1", elixir: "~> 1.10", package: package(), source_url: "https://github.com/silbermm/prompt",