From 21b588b1923b27ef9eb9396daecf3ad088c4593d Mon Sep 17 00:00:00 2001 From: Tobias Schoknecht Date: Tue, 28 May 2024 09:47:37 +0200 Subject: [PATCH] Bump version to 0.2.1 --- Gemfile.lock | 2 +- lib/sepa_file_parser/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f9d425..88b63a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sepa_file_parser (0.2.0) + sepa_file_parser (0.2.1) bigdecimal nokogiri time diff --git a/lib/sepa_file_parser/version.rb b/lib/sepa_file_parser/version.rb index a730041..1b06744 100644 --- a/lib/sepa_file_parser/version.rb +++ b/lib/sepa_file_parser/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SepaFileParser - VERSION = '0.2.0'.freeze + VERSION = '0.2.1'.freeze end