summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-05-13 12:48:56 -0300
committericebaker <icebaker@proton.me>2023-05-13 12:48:56 -0300
commita1950c8eb3b55759b0cdcc7716c88b99d0173f2d (patch)
tree2b6df383fd97fdff7b206de49707d7114a1aa913 /README.md
parent0410850a980424f3585f2c438c93a402851ee27a (diff)
bump to 0.0.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 03976dd..495c3d4 100644
--- a/README.md
+++ b/README.md
@@ -23,13 +23,13 @@ https://user-images.githubusercontent.com/113217272/238141567-c58a240c-7b67-4b3b
For a system usage:
```sh
-gem install nano-bots -v 0.0.3
+gem install nano-bots -v 0.0.4
```
To use it in a project, add it to your `Gemfile`:
```ruby
-gem 'nano-bots', '~> 0.0.3'
+gem 'nano-bots', '~> 0.0.4'
```
```sh
@@ -76,7 +76,7 @@ version: '3.7'
services:
nano-bots:
image: ruby:3.2.2-slim-bullseye
- command: sh -c "gem install nano-bots -v 0.0.3 && bash"
+ command: sh -c "gem install nano-bots -v 0.0.4 && bash"
environment:
OPENAI_API_ADDRESS: https://api.openai.com
OPENAI_API_ACCESS_TOKEN: your-token
@@ -254,5 +254,5 @@ gem build nano-bots.gemspec
gem signin
-gem push nano-bots-0.0.3.gem
+gem push nano-bots-0.0.4.gem
```