Fixes minor bug with tab completion and updates version to 1.0.3

This commit is contained in:
Athitya 2017-10-22 23:52:30 +05:30
parent ae20613f94
commit 85fa654870
3 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@ ColorLS::POST_INSTALL_MESSAGE = %(
Clubbed flags : `colorls -ald` works
Help menu : `colorls -h` provides all possible flag options
Tab completion enabled for flags
*******************************************************************
).freeze

View file

@ -1,3 +1,3 @@
module ColorLS
VERSION = '1.0.2'.freeze
VERSION = '1.0.3'.freeze
end