Skip to content

Commit

Permalink
Bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emancu committed Jul 15, 2022
1 parent 3573b65 commit 9f47b27
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 @@ -11,7 +11,7 @@ toml-rb

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

TOML specs supported: `0.5.0`
TOML specs supported: `1.0.0`

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion lib/toml-rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TomlRB
VERSION = "2.1.2"
VERSION = "2.2.0"
end

0 comments on commit 9f47b27

Please sign in to comment.