diff --git a/Gemfile.lock b/Gemfile.lock index 372da61..c7c37f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - typesmith (0.2.0) + typesmith (0.3.0) GEM remote: https://rubygems.org/ diff --git a/lib/typesmith/version.rb b/lib/typesmith/version.rb index 5ce5cfd..70e4123 100644 --- a/lib/typesmith/version.rb +++ b/lib/typesmith/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Typesmith - VERSION = "0.2.0" + VERSION = "0.3.0" end