summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 622de2f..49210e4 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,13 @@ https://user-images.githubusercontent.com/113217272/238141567-c58a240c-7b67-4b3b
For a system usage:
```sh
-gem install nano-bots -v 0.0.9
+gem install nano-bots -v 0.0.10
```
To use it in a project, add it to your `Gemfile`:
```ruby
-gem 'nano-bots', '~> 0.0.9'
+gem 'nano-bots', '~> 0.0.10'
```
```sh
@@ -83,7 +83,7 @@ version: '3.7'
services:
nano-bots:
image: ruby:3.2.2-slim-bullseye
- command: sh -c "gem install nano-bots -v 0.0.9 && bash"
+ command: sh -c "gem install nano-bots -v 0.0.10 && bash"
environment:
NANO_BOTS_ENCRYPTION_PASSWORD: UNSAFE
OPENAI_API_ADDRESS: https://api.openai.com
@@ -388,5 +388,5 @@ gem build nano-bots.gemspec
gem signin
-gem push nano-bots-0.0.9.gem
+gem push nano-bots-0.0.10.gem
```