Prepare for next development version

This commit is contained in:
Gabriel Arazas 2023-11-16 20:17:25 +08:00
parent 71fe2602c2
commit c6f2363ca3
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'asciidoctor-foodogsquared-extensions'
s.version = '1.2.1'
s.version = '1.3.0'
s.licenses = ['MIT']
s.summary = "foo-dogsquared's custom Asciidoctor extensions"
s.description = <<-DESC

View File

@ -14,7 +14,7 @@ end
# entirety of this project.
module Asciidoctor::Foodogsquared
NAME = 'asciidoctor-foodogsquared-custom-extensions'
VERSION = '1.2.1'
VERSION = '1.3.0'
CONTACT_EMAIL = 'foodogsquared@foodogsquared.one'
USER_AGENT = "#{NAME}/#{VERSION} ( #{CONTACT_EMAIL} )".freeze