diff --git a/Gemfile.lock b/Gemfile.lock index 2170573..a82c2bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - alt_text (0.1.1) + alt_text (0.2.0) aws-sdk-bedrockruntime (~> 1.55.0) dotenv (~> 3.1.8) marcel (~> 1.1) diff --git a/lib/alt_text/version.rb b/lib/alt_text/version.rb index 6797524..8a7f2d0 100644 --- a/lib/alt_text/version.rb +++ b/lib/alt_text/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AltText - VERSION = '0.1.1' + VERSION = '0.2.0' end