Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Mar 3, 2024
1 parent 49a9f7c commit 8e82753
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for MUGS-UI-CLI

{{$NEXT}}

0.1.4 2024-03-02T20:54:25-08:00
[App]
- Tweak the mugs-cli boot message, and skip it if the user is just requesting
USAGE info
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
],
"test-depends": [
],
"version": "0.1.3"
"version": "0.1.4"
}
2 changes: 1 addition & 1 deletion lib/MUGS/UI/CLI.rakumod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ABSTRACT: CLI UI for MUGS, including App and game UIs

unit module MUGS::UI::CLI:auth<zef:japhb>:ver<0.1.3>;
unit module MUGS::UI::CLI:auth<zef:japhb>:ver<0.1.4>;

use Terminal::LineEditor::RawTerminalInput;

Expand Down

0 comments on commit 8e82753

Please sign in to comment.