summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-12-02 17:50:45 -0300
committericebaker <icebaker@proton.me>2023-12-02 17:50:45 -0300
commita36f0480eb0f6f9fd488bc0e58b0f10a9d8b7da9 (patch)
tree3ad607fbb503b44ff588e085c40f92211dde0d78 /README.md
parentdfbf1b501be2d547f70a9ec9bbaff7e0d2705151 (diff)
bump to 1.0.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4623423..e6d37b4 100644
--- a/README.md
+++ b/README.md
@@ -30,13 +30,13 @@ https://user-images.githubusercontent.com/113217272/238141567-c58a240c-7b67-4b3b
For a system usage:
```sh
-gem install nano-bots -v 1.0.0
+gem install nano-bots -v 1.0.1
```
To use it in a project, add it to your `Gemfile`:
```ruby
-gem 'nano-bots', '~> 1.0.0'
+gem 'nano-bots', '~> 1.0.1'
```
```sh
@@ -86,7 +86,7 @@ Set your provider credentials and choose your desired directory for the cartridg
services:
nano-bots:
image: ruby:3.2.2-slim-bookworm
- command: sh -c "apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev libsodium-dev lua5.4-dev curl && curl -s https://raw.githubusercontent.com/babashka/babashka/master/install | bash && gem install nano-bots -v 1.0.0 && bash"
+ command: sh -c "apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev libsodium-dev lua5.4-dev curl && curl -s https://raw.githubusercontent.com/babashka/babashka/master/install | bash && gem install nano-bots -v 1.0.1 && bash"
environment:
OPENAI_API_ADDRESS: https://api.openai.com
OPENAI_API_KEY: your-access-token
@@ -250,7 +250,7 @@ meta:
symbol: 🤖
name: Nano Bot Name
author: Your Name
- version: 1.0.0
+ version: 1.0.1
license: CC0-1.0
description: A helpful assistant.
@@ -488,5 +488,5 @@ gem build nano-bots.gemspec
gem signin
-gem push nano-bots-1.0.0.gem
+gem push nano-bots-1.0.1.gem
```