From 1d6dc1ebb1eb98c5ff3a6cdc8d8a1acdffa228bc Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 19 Oct 2023 11:37:05 +0100 Subject: [PATCH] Bump version to 0.1.4 --- Gemfile.lock | 2 +- lib/ruby_lsp_rspec/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b7f545c..7726544 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.3) + ruby-lsp-rspec (0.1.4) ruby-lsp (~> 0.12.0) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index eb3a940..7b1b5fe 100644 --- a/lib/ruby_lsp_rspec/version.rb +++ b/lib/ruby_lsp_rspec/version.rb @@ -3,6 +3,6 @@ module RubyLsp module RSpec - VERSION = "0.1.3" + VERSION = "0.1.4" end end