From 46cc41c2040eb66712b2b947f70b024868c8c24d Mon Sep 17 00:00:00 2001 From: Martin Honermeyer Date: Mon, 16 Jul 2018 13:00:47 +0200 Subject: [PATCH] Bump version to 0.3.4 --- VERSION | 2 +- yaml_db.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]