bin/tab_completion.sh in markdown_exec-2.2.0 vs bin/tab_completion.sh in markdown_exec-2.3.0

- old
+ new

@@ -11,10 +11,10 @@ { COMPREPLY='.' } _mde_echo_version() { - echo "2.2.0" + echo "2.3.0" } _mde() { local cur prev opts cur="${COMP_WORDS[COMP_CWORD]}"