From 7fc0f984787e50701d2b46fc25a23b6fe5981477 Mon Sep 17 00:00:00 2001 From: Victor Gama Date: Sat, 28 Oct 2023 23:14:37 -0300 Subject: [PATCH] chore(docrb): Bump to v0.3.4 --- lib/docrb/Gemfile.lock | 4 ++-- lib/docrb/lib/docrb/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/docrb/Gemfile.lock b/lib/docrb/Gemfile.lock index ea4b44f..c836bcf 100644 --- a/lib/docrb/Gemfile.lock +++ b/lib/docrb/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../docrb-html specs: - docrb-html (0.3.1) + docrb-html (0.3.2) nokogiri (~> 1.14) redcarpet (~> 3.6) rouge (~> 4.1) @@ -16,7 +16,7 @@ PATH PATH remote: . specs: - docrb (0.3.3) + docrb (0.3.4) docrb-html (~> 0.3) docrb-parser (~> 0.1) diff --git a/lib/docrb/lib/docrb/version.rb b/lib/docrb/lib/docrb/version.rb index fa7ab7d..bbe01b5 100644 --- a/lib/docrb/lib/docrb/version.rb +++ b/lib/docrb/lib/docrb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Docrb - VERSION = "0.3.3" + VERSION = "0.3.4" end