diff options
author | icebaker <icebaker@proton.me> | 2023-12-15 08:41:08 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-15 08:41:08 -0300 |
commit | 37a39d9f74a47d3e11cb04669fd00168b2cdb68e (patch) | |
tree | a1601f85db9391d877d792d68e17196082ef93e3 /static/gem.rb | |
parent | f3200fe0448044ebf43fb52f40a47bc648082c56 (diff) |
bump to 1.2.0
Diffstat (limited to 'static/gem.rb')
-rw-r--r-- | static/gem.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/gem.rb b/static/gem.rb index b927f4c..755d95d 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '1.1.2', + version: '1.2.0', author: 'icebaker', summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots for OpenAI ChatGPT and Google Gemini.', description: 'Ruby Implementation of Nano Bots: small, AI-powered bots that can be easily shared as a single file, designed to support multiple providers such as OpenAI ChatGPT and Google Gemini, with support for calling Tools (Functions).', |