Skip to content

Commit 447a093

Browse files
committed
Bump version to 1.1.1
1 parent c80f79f commit 447a093

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gemfiles/rails_7.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
ruby_llm_community (1.1.0)
4+
ruby_llm_community (1.1.1)
55
base64
66
event_stream_parser (~> 1)
77
faraday (>= 1.10.0)

gemfiles/rails_7.2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
ruby_llm_community (1.1.0)
4+
ruby_llm_community (1.1.1)
55
base64
66
event_stream_parser (~> 1)
77
faraday (>= 1.10.0)

gemfiles/rails_8.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
ruby_llm_community (1.1.0)
4+
ruby_llm_community (1.1.1)
55
base64
66
event_stream_parser (~> 1)
77
faraday (>= 1.10.0)

lib/ruby_llm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyLLM
4-
VERSION = '1.1.0'
4+
VERSION = '1.1.1'
55
end

0 commit comments

Comments
 (0)