From 0d5a3d2fd5e962f899cf9ea0fc1f61dbade411ff Mon Sep 17 00:00:00 2001 From: Pascal Zumkehr Date: Wed, 14 Jun 2023 15:48:50 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=201.0.0=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 2 +- lib/prawn/markup/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f22c286..9fa4ce0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - prawn-markup (0.3.7) + prawn-markup (1.0.0) nokogiri prawn prawn-table diff --git a/lib/prawn/markup/version.rb b/lib/prawn/markup/version.rb index e812fcf..23366b1 100644 --- a/lib/prawn/markup/version.rb +++ b/lib/prawn/markup/version.rb @@ -2,6 +2,6 @@ module Prawn module Markup - VERSION = '0.3.7' + VERSION = '1.0.0' end end