Skip to content

Commit

Permalink
Version 0.8.0 (ruby)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Feb 26, 2023
1 parent f036a43 commit 3c0799e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
asciidoctor-kroki (0.7.0)
asciidoctor-kroki (0.8.0)
asciidoctor (~> 2.0)

GEM
remote: https://rubygems.org/
specs:
asciidoctor (2.0.17)
asciidoctor (2.0.18)
ast (2.4.2)
diff-lcs (1.4.4)
parallel (1.22.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Asciidoctor
module AsciidoctorKroki
VERSION = '0.7.0'
VERSION = '0.8.0'
end
end

0 comments on commit 3c0799e

Please sign in to comment.