diff --git a/Gemfile.lock b/Gemfile.lock index 91a0824..c500180 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - minds_sdk (1.0.1) + minds_sdk (1.0.2) faraday (~> 2.12) ruby-openai (~> 7.3, >= 7.3.1) diff --git a/lib/minds/version.rb b/lib/minds/version.rb index 35bd6f3..581bd18 100644 --- a/lib/minds/version.rb +++ b/lib/minds/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -module Minds - VERSION = "1.0.1" + module Minds + VERSION = "1.0.2" end