From 1b720372d71d8f715f0a2c4826d2dd449a98cb22 Mon Sep 17 00:00:00 2001 From: Karol Date: Wed, 16 Aug 2023 21:46:29 +0200 Subject: [PATCH] bump to 0.9.1 --- Gemfile.lock | 2 +- lib/proforma/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f47bbe5..bb24323 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - proforma (0.9.0) + proforma (0.9.1) activemodel (>= 5.2.3, < 8.0.0) activesupport (>= 5.2.3, < 8.0.0) nokogiri (>= 1.10.2, < 2.0.0) diff --git a/lib/proforma/version.rb b/lib/proforma/version.rb index 94fa2e7..4efc324 100644 --- a/lib/proforma/version.rb +++ b/lib/proforma/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Proforma - VERSION = '0.9.0' + VERSION = '0.9.1' end