I dub thee v0.15.2

dev
Andy Meneely 2019-09-26 16:03:19 -04:00
parent 13282fc289
commit 2eee20c0cc
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ module Squib
# Most of the time this is in the alpha of the next release. # Most of the time this is in the alpha of the next release.
# e.g. v0.0.5a is on its way to becoming v0.0.5 # e.g. v0.0.5a is on its way to becoming v0.0.5
# #
VERSION = '0.16.0a' VERSION = '0.15.2'
end end

View File

@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'gobject-introspection', '3.3.7' spec.add_runtime_dependency 'gobject-introspection', '3.3.7'
spec.add_runtime_dependency 'highline', '2.0.2' spec.add_runtime_dependency 'highline', '2.0.2'
spec.add_runtime_dependency 'mercenary', '0.3.6' spec.add_runtime_dependency 'mercenary', '0.3.6'
spec.add_runtime_dependency 'nokogiri', '1.10.3' spec.add_runtime_dependency 'nokogiri', '1.10.4'
spec.add_runtime_dependency 'pango', '3.3.7' spec.add_runtime_dependency 'pango', '3.3.7'
spec.add_runtime_dependency 'roo', '2.8.2' spec.add_runtime_dependency 'roo', '2.8.2'
spec.add_runtime_dependency 'rsvg2', '3.3.7' spec.add_runtime_dependency 'rsvg2', '3.3.7'