diff --git a/VERSION b/VERSION index d15723f..1c09c74 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.2 +0.3.3 diff --git a/yaml_db.gemspec b/yaml_db.gemspec index 4248e69..5176884 100644 --- a/yaml_db.gemspec +++ b/yaml_db.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "yaml_db_with_schema_tables" - s.version = "0.3.2" + s.version = "0.3.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Wiggins", "Orion Henry", "Martin Honermeyer"]