diff --git a/Gemfile.lock b/Gemfile.lock index ef62a29..37d1563 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - annotato (0.1.16) + annotato (0.2.1) rails (>= 6.0) GEM diff --git a/lib/annotato/version.rb b/lib/annotato/version.rb index 590e7ed..a97965f 100644 --- a/lib/annotato/version.rb +++ b/lib/annotato/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Annotato - VERSION = "0.1.16" + VERSION = "0.2.1" end