From af103c8a0079cb7cc6ac4ae358beb7d724606821 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Thu, 2 May 2024 11:45:45 -0400 Subject: [PATCH] Bump version to v1.3.2 Signed-off-by: Alexandre Terrasa --- Gemfile.lock | 2 +- lib/spoom/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0de4403a..9f0f4f11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spoom (1.3.1) + spoom (1.3.2) erubi (>= 1.10.0) prism (>= 0.19.0) sorbet-static-and-runtime (>= 0.5.10187) diff --git a/lib/spoom/version.rb b/lib/spoom/version.rb index bc0bd435..bf1fbc5c 100644 --- a/lib/spoom/version.rb +++ b/lib/spoom/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Spoom - VERSION = "1.3.1" + VERSION = "1.3.2" end