Skip to content

Commit 963dfb2

Browse files
architectureclaude
andcommitted
Bump version to 0.3.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 22d88dc commit 963dfb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Since this gem isn’t published on RubyGems yet, install it from the local sour
1010
git clone https://github.com/architecture/elevenlabs-ruby
1111
cd elevenlabs-ruby
1212
gem build elevenlabs-ruby.gemspec
13-
gem install ./elevenlabs-0.2.0.gem
13+
gem install ./elevenlabs-0.3.0.gem
1414
```
1515

1616
Or reference the GitHub repo/path directly from your `Gemfile`:
@@ -20,7 +20,7 @@ Or reference the GitHub repo/path directly from your `Gemfile`:
2020
gem "elevenlabs", git: "https://github.com/architecture/elevenlabs-ruby", branch: "main"
2121

2222
# Specific tag/commit
23-
gem "elevenlabs", git: "https://github.com/architecture/elevenlabs-ruby", tag: "v0.2.0"
23+
gem "elevenlabs", git: "https://github.com/architecture/elevenlabs-ruby", tag: "v0.3.0"
2424
# or
2525
gem "elevenlabs", path: "/path/to/elevenlabs-ruby"
2626
```

lib/elevenlabs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ElevenLabs
2-
VERSION = "0.2.0".freeze
2+
VERSION = "0.3.0".freeze
33
end

0 commit comments

Comments
 (0)