Skip to content

Commit

Permalink
Version: updated to 0.6.0 (removed pre).
Browse files Browse the repository at this point in the history
  • Loading branch information
trogdoro committed Aug 27, 2012
1 parent ea3ef6c commit 15b53a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -7,7 +7,7 @@ Either install as a gem, or install from github.

## As a gem

$ sudo gem install xiki --pre
$ sudo gem install xiki

## Or, from github

Expand Down
4 changes: 2 additions & 2 deletions xiki.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "xiki"
s.version = "0.6.0a"
s.version = "0.6.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Craig Muth"]
s.date = "2012-08-26"
s.date = "2012-08-27"
s.executables = ["xiki"]
s.summary = "A shell console with GUI features."
s.description = "Xiki does what shell consoles do, but lets you edit everything at any time. It's trivial to make your own commands and menus to access other tools."
Expand Down

0 comments on commit 15b53a7

Please sign in to comment.