Skip to content

Commit

Permalink
rake bump[0.10.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Jan 5, 2024
1 parent 4aab54e commit 8563527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It uses [ExecJS] under the hood.
Add this line to your application's Gemfile:

```ruby
gem 'temml', '~> 0.9.0', :github => 'sudotac/temml-ruby'
gem 'temml', '~> 0.10.0', :github => 'sudotac/temml-ruby'
```

And then execute:
Expand All @@ -21,7 +21,7 @@ And then execute:

Or install it yourself with [specific\_install rubygem](https://rubygems.org/gems/specific_install) as:

$ gem specific_install -t v0.9.0 https://github.com/sudotac/temml-ruby.git
$ gem specific_install -t v0.10.0 https://github.com/sudotac/temml-ruby.git

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/temml/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
# THE SOFTWARE.

module Temml
VERSION = '0.9.0'
VERSION = '0.10.0'
TEMML_VERSION = '0.10.20'
end

0 comments on commit 8563527

Please sign in to comment.