Skip to content

Commit

Permalink
Up version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silbermm committed Dec 14, 2022
1 parent 1954c80 commit 68290c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/prompt/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 68290c2

Please sign in to comment.