Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Feb 28, 2009
1 parent 7f4b4c4 commit caa84d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/termcolor.rb
Expand Up @@ -7,7 +7,7 @@
require 'rexml/streamlistener'

module TermColor
VERSION = '0.2.2'
VERSION = '0.2.3'
include REXML

class ParseError < StandardError; end
Expand Down
2 changes: 1 addition & 1 deletion termcolor.gemspec
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'termcolor'
s.version = '0.2.2'
s.version = '0.2.3'
s.summary = "Termcolor is a library for ANSII color formatting like HTML for output in terminal."
s.description = "Termcolor is a library for ANSII color formatting like HTML for output in terminal."
s.files = %w( lib/termcolor.rb
Expand Down

0 comments on commit caa84d4

Please sign in to comment.