summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-11-29 08:01:22 -0300
committericebaker <icebaker@proton.me>2023-11-29 08:01:22 -0300
commit01979e7d55e0100127cf27712302f30c91d8fc1f (patch)
treecc3e28859583e5f100cc889158df0ca06b1fcf99 /README.md
parent9f79a161905f5af8e331930cc77c7be10703596f (diff)
bump to 1.0.0
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 bf3e12f..0e55a36 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.1.1
+gem install nano-bots -v 1.0.0
```
To use it in a project, add it to your `Gemfile`:
```ruby
-gem 'nano-bots', '~> 0.1.1'
+gem 'nano-bots', '~> 1.0.0'
```
```sh
@@ -85,7 +85,7 @@ version: '3.7'
services:
nano-bots:
image: ruby:3.2.2-slim-bullseye
- command: sh -c "gem install nano-bots -v 0.1.1 && bash"
+ command: sh -c "gem install nano-bots -v 1.0.0 && bash"
environment:
OPENAI_API_ADDRESS: https://api.openai.com
OPENAI_API_KEY: your-access-token
@@ -408,5 +408,5 @@ gem build nano-bots.gemspec
gem signin
-gem push nano-bots-0.1.1.gem
+gem push nano-bots-1.0.0.gem
```