From e13e3957435af5df883aa92978c2166ffd0a4725 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 4 Oct 2023 22:57:15 +0100 Subject: [PATCH] Bump version to 0.1.3 --- 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 9e40f49..650e427 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-lsp-rspec (0.1.2) + ruby-lsp-rspec (0.1.3) ruby-lsp (~> 0.11.0) GEM diff --git a/lib/ruby_lsp_rspec/version.rb b/lib/ruby_lsp_rspec/version.rb index 851b0bf..eb3a940 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.2" + VERSION = "0.1.3" end end