Skip to content

Commit

Permalink
bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed Dec 29, 2023
1 parent 23991ec commit 382fdbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'concurrent-ruby', '~> 1.2', '>= 1.2.2'

gem 'newrelic_rpm', '~> 9.6'

gem 'nano-bots', '~> 2.4'
gem 'nano-bots', '~> 2.4', '>= 2.4.1'

group :test, :development do
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
faraday (~> 2.8, >= 2.8.1)
multi_json (1.15.0)
multipart-post (2.3.0)
nano-bots (2.4.0)
nano-bots (2.4.1)
babosa (~> 2.0)
cohere-ai (~> 1.0, >= 1.0.1)
concurrent-ruby (~> 1.2, >= 1.2.2)
Expand Down Expand Up @@ -131,7 +131,7 @@ PLATFORMS
DEPENDENCIES
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
nano-bots (~> 2.4)
nano-bots (~> 2.4, >= 2.4.1)
newrelic_rpm (~> 9.6)
pry-byebug (~> 3.10, >= 3.10.1)
puma (~> 6.4)
Expand Down
2 changes: 1 addition & 1 deletion static/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

API = {
project: 'Nano Bots API',
version: '1.3.0',
version: '1.4.0',
'nano-bots': { version: NanoBot.version, specification: NanoBot.specification },
documentation: 'https://spec.nbots.io',
'live-editor': 'https://clinic.nbots.io',
Expand Down

0 comments on commit 382fdbb

Please sign in to comment.