Skip to content

Commit

Permalink
rake bump[0.17.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Jun 26, 2024
1 parent 1b3cc6a commit ddc650d
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.16.0', :github => 'sudotac/temml-ruby'
gem 'temml', '~> 0.17.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.16.0 https://github.com/sudotac/temml-ruby.git
$ gem specific_install -t v0.17.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 @@ -3,6 +3,6 @@
# SPDX-License-Identifier: CC0-1.0 AND MIT

module Temml
VERSION = '0.16.0'
VERSION = '0.17.0'
TEMML_VERSION = '0.10.27'
end

0 comments on commit ddc650d

Please sign in to comment.