Skip to content

Commit

Permalink
update 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jane-john-doe committed Feb 11, 2018
1 parent e0d45f3 commit bca5860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/nb_util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def get_name(str)
# puts "nb_util says hello, #{name[2]} !!"
a = Artii::Base.new :font => 'slant'
# a = Artii::Base.new
puts a.asciify("nb-util")
puts a.asciify("says hello, #{name[2]} !!")
puts a.asciify("nb-util says")
puts a.asciify("hello, #{name[2]} !!")
end
2 changes: 1 addition & 1 deletion lib/nb_util/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NbUtil
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit bca5860

Please sign in to comment.