From 25f773a254a2ab2285c80552f3541201679ee01c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 15 Oct 2023 22:41:45 -0700 Subject: [PATCH] Tag v1.0.0 --- amethyst.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst.gemspec b/amethyst.gemspec index 5a107cd..73fabd6 100644 --- a/amethyst.gemspec +++ b/amethyst.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-amethyst" - spec.version = "0.5.7" + spec.version = "1.0.0" spec.summary = "https://github.com/qunitjs/jekyll-theme-amethyst" spec.authors = ["Timo Tijhof", "Trent Willis"] spec.files = `git ls-files -z`.split("\x0").select do |f|