diff --git a/VERSION b/VERSION index 1c09c74..42045ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.3 +0.3.4 diff --git a/yaml_db.gemspec b/yaml_db.gemspec index 5176884..f1e8fc2 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.3" + s.version = "0.3.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Wiggins", "Orion Henry", "Martin Honermeyer"]