From 198419048b9976cf49d5e93b2cc6fd9344404f1b Mon Sep 17 00:00:00 2001 From: Ben D'Angelo Date: Wed, 6 Dec 2023 20:52:35 -0500 Subject: [PATCH] Bumped version to 0.1.2 --- Gemfile.lock | 2 +- lib/keyphrase/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d57c3c4..56dccc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - keyphrase (0.1.1) + keyphrase (0.1.2) GEM remote: https://rubygems.org/ diff --git a/lib/keyphrase/version.rb b/lib/keyphrase/version.rb index 45ef642..1488009 100644 --- a/lib/keyphrase/version.rb +++ b/lib/keyphrase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Keyphrase - VERSION = "0.1.1" + VERSION = "0.1.2" end