From b9031774bae5bbcb39aee0bd40405d18219a3b4b Mon Sep 17 00:00:00 2001 From: Ben D'Angelo Date: Thu, 7 Dec 2023 19:53:42 -0500 Subject: [PATCH] Bumped version to 0.1.3 --- Gemfile.lock | 2 +- lib/keyphrase/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 56dccc4..b6558ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - keyphrase (0.1.2) + keyphrase (0.1.3) GEM remote: https://rubygems.org/ diff --git a/lib/keyphrase/version.rb b/lib/keyphrase/version.rb index 1488009..afccd81 100644 --- a/lib/keyphrase/version.rb +++ b/lib/keyphrase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Keyphrase - VERSION = "0.1.2" + VERSION = "0.1.3" end