From ddc650d6b00f441fa9facebe6b61c5455690cad6 Mon Sep 17 00:00:00 2001 From: sudotac <11911089+sudotac@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:26:10 +0000 Subject: [PATCH] rake bump[0.17.0] --- README.md | 4 ++-- lib/temml/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 695a7aa..ef677c0 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.16.0', :github => 'sudotac/temml-ruby' +gem 'temml', '~> 0.17.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.16.0 https://github.com/sudotac/temml-ruby.git + $ gem specific_install -t v0.17.0 https://github.com/sudotac/temml-ruby.git ## Usage diff --git a/lib/temml/version.rb b/lib/temml/version.rb index 68d2220..c72519d 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.16.0' + VERSION = '0.17.0' TEMML_VERSION = '0.10.27' end