Skip to content

Commit

Permalink
rake bump[0.7.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Oct 28, 2023
1 parent 852e04d commit b65796c
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.6.0', :github => 'sudotac/temml-ruby'
gem 'temml', '~> 0.7.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.6.0 https://github.com/sudotac/temml-ruby.git
$ gem specific_install -t v0.7.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.6.0'
VERSION = '0.7.0'
TEMML_VERSION = '0.10.17'
end

0 comments on commit b65796c

Please sign in to comment.