Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emancu committed Feb 19, 2015
1 parent ead317f commit f63b12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toml-rb

A [TOML](https://github.com/mojombo/toml) parser using [Citrus](http://mjackson.github.io/citrus) library.

TOML specs supported: `0.3.1`
TOML specs supported: `0.4.0`

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion toml-rb.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'toml-rb'
s.version = '0.2.1'
s.version = '0.3.0'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'TOML parser in ruby, for ruby.'
s.description = 'A TOML parser using Citrus parsing library. '
Expand Down

0 comments on commit f63b12a

Please sign in to comment.