We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a8432 commit cec7b39Copy full SHA for cec7b39
README.md
@@ -9,7 +9,7 @@ A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/ge
9
## TL;DR and Quick Start
10
11
```ruby
12
-gem 'gemini-ai', '~> 2.1.0'
+gem 'gemini-ai', '~> 2.2.0'
13
```
14
15
@@ -108,11 +108,11 @@ Result:
108
### Installing
109
110
```sh
111
-gem install gemini-ai -v 2.1.0
+gem install gemini-ai -v 2.2.0
112
113
114
115
116
117
118
### Credentials
@@ -826,7 +826,7 @@ gem build gemini-ai.gemspec
826
827
gem signin
828
829
-gem push gemini-ai-2.1.0.gem
+gem push gemini-ai-2.2.0.gem
830
831
832
### Updating the README
0 commit comments