From 8597aa4caca14d7620f5a4847dadfb108ab404fe Mon Sep 17 00:00:00 2001 From: gebeto Date: Thu, 28 Feb 2019 08:29:06 +0200 Subject: [PATCH] bump version to 0.2.4 --- just-the-docs.gemspec | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index 18e9876..7c4c78e 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "just-the-docs" - spec.version = "0.2.3" + spec.version = "0.2.4" spec.authors = ["Patrick Marsceill"] spec.email = ["patrick.marsceill@gmail.com"] diff --git a/package.json b/package.json index 13af889..35ae6d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-the-docs", - "version": "0.2.3", + "version": "0.2.4", "description": "A modern Jekyll theme for documentation", "repository": "pmarsceill/just-the-docs", "license": "MIT",