From 762eb16ce99607b89ad02af01c1183e89cee244c Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sun, 13 Sep 2020 13:15:42 +0200 Subject: [PATCH] Release ruby-v0.1.1 --- ruby/Gemfile.lock | 2 +- ruby/asciidoctor-kroki.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 53b57dfb..af0b9145 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - asciidoctor-kroki (0.1.0) + asciidoctor-kroki (0.1.1) asciidoctor (~> 2.0) asciidoctor-pdf (= 1.5.3) diff --git a/ruby/asciidoctor-kroki.gemspec b/ruby/asciidoctor-kroki.gemspec index ff0e4e50..4739c991 100644 --- a/ruby/asciidoctor-kroki.gemspec +++ b/ruby/asciidoctor-kroki.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'asciidoctor-kroki' - s.version = '0.1.0' + s.version = '0.1.1' s.summary = 'Asciidoctor extension to convert diagrams to images using Kroki' s.description = 'An extension for Asciidoctor to convert diagrams to images using https://kroki.io'