From 75a7fe7b7660afa75606adc38b54339969a9a042 Mon Sep 17 00:00:00 2001 From: sudotac <11911089+sudotac@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:39:53 +0000 Subject: [PATCH] rake bump[0.18.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 ef677c0..57e2d42 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.17.0', :github => 'sudotac/temml-ruby' +gem 'temml', '~> 0.18.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.17.0 https://github.com/sudotac/temml-ruby.git + $ gem specific_install -t v0.18.0 https://github.com/sudotac/temml-ruby.git ## Usage diff --git a/lib/temml/version.rb b/lib/temml/version.rb index 4591ef8..e003056 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.17.0' + VERSION = '0.18.0' TEMML_VERSION = '0.10.28' end