Bump to 0.2.0

This commit is contained in:
Roberto Alsina 2024-08-11 13:24:30 -03:00
parent ec8c53c823
commit cbedf8a8db
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: tartrazine
version: 0.1.1
version: 0.2.0
authors:
- Roberto Alsina <roberto.alsina@gmail.com>

View File

@ -11,7 +11,7 @@ require "xml"
module Tartrazine
extend self
VERSION = "0.1.1"
VERSION = "0.2.0"
Log = ::Log.for("tartrazine")
end