summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-05-12 19:39:51 -0300
committericebaker <icebaker@proton.me>2023-05-12 19:39:51 -0300
commit805e5073117bc717f46da0fa7f8ab628b4fa2a7d (patch)
tree3d81ecc064759924da0c89beb2c141764bb50642 /static
parent6e0576072a83c41992d61a5d93533087adb2743d (diff)
bump to 0.0.2
Diffstat (limited to 'static')
-rw-r--r--static/gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/gem.rb b/static/gem.rb
index 135f801..7cf61ab 100644
--- a/static/gem.rb
+++ b/static/gem.rb
@@ -3,7 +3,7 @@
module NanoBot
GEM = {
name: 'nano-bots',
- version: '0.0.1',
+ version: '0.0.2',
author: 'icebaker',
summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots',
description: 'Ruby Implementation of Nano Bots: small, AI-powered bots easily shared as a single file, designed to support multiple providers such as Vicuna, OpenAI ChatGPT, Google PaLM, Alpaca, and LLaMA.',