This commit is contained in:
Roberto Alsina 2024-08-09 11:11:17 -03:00
parent ece3d4163a
commit a0ff4e0118
2 changed files with 2 additions and 2 deletions

View File

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

View File

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