From 5f9d199eee50dc207a79ed092ea813ce1ba28063 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 8 Nov 2024 15:34:26 +0100 Subject: [PATCH] Bump version to 1.5.2 --- Gemfile.lock | 2 +- lib/proformaxml/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7b17c59..63475e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - proformaxml (1.5.1) + proformaxml (1.5.2) activemodel (>= 5.2.3, < 9.0.0) activesupport (>= 5.2.3, < 9.0.0) dachsfisch (~> 1.0.0) diff --git a/lib/proformaxml/version.rb b/lib/proformaxml/version.rb index 0594d7b..b453bb6 100644 --- a/lib/proformaxml/version.rb +++ b/lib/proformaxml/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ProformaXML - VERSION = '1.5.1' + VERSION = '1.5.2' end