diff --git a/README.md b/README.md index 459f125..695a7aa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It uses [ExecJS] under the hood. Add this line to your application's Gemfile: ```ruby -gem 'temml', '~> 0.15.0', :github => 'sudotac/temml-ruby' +gem 'temml', '~> 0.16.0', :github => 'sudotac/temml-ruby' ``` And then execute: @@ -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.15.0 https://github.com/sudotac/temml-ruby.git + $ gem specific_install -t v0.16.0 https://github.com/sudotac/temml-ruby.git ## Usage diff --git a/lib/temml/version.rb b/lib/temml/version.rb index 65a929e..d92b3f8 100644 --- a/lib/temml/version.rb +++ b/lib/temml/version.rb @@ -3,6 +3,6 @@ # SPDX-License-Identifier: CC0-1.0 AND MIT module Temml - VERSION = '0.15.0' + VERSION = '0.16.0' TEMML_VERSION = '0.10.26' end