From 3407221ad4c77dfc64d4b378acdc3ca887720053 Mon Sep 17 00:00:00 2001 From: Ben D'Angelo Date: Tue, 5 Dec 2023 20:22:07 -0500 Subject: [PATCH] bump version to 0.1.1 --- Gemfile.lock | 2 +- lib/keyphrase/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e416cf..d57c3c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - keyphrase (0.1.0) + keyphrase (0.1.1) GEM remote: https://rubygems.org/ diff --git a/lib/keyphrase/version.rb b/lib/keyphrase/version.rb index bc79372..45ef642 100644 --- a/lib/keyphrase/version.rb +++ b/lib/keyphrase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Keyphrase - VERSION = "0.1.0" + VERSION = "0.1.1" end