From a44d3a865266cd9975d781c58803a3d3ec988fd6 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Sat, 2 Feb 2019 11:59:34 -0800 Subject: [PATCH] Bump version numbers and description --- just-the-docs.gemspec | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index dc8fa0e..18e9876 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |spec| spec.name = "just-the-docs" - spec.version = "0.2.2" + spec.version = "0.2.3" spec.authors = ["Patrick Marsceill"] spec.email = ["patrick.marsceill@gmail.com"] - spec.summary = %q{A nice looking, highly customizable, responsive Jekyll theme for documentation with built-in search.} + spec.summary = %q{A modern, high customizable, responsive Jekyll theme for documention with built-in search.} spec.homepage = "https://github.com/pmarsceill/just-the-docs" spec.license = "MIT" diff --git a/package.json b/package.json index c7d2a35..13af889 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "just-the-docs", - "version": "0.2.2", - "description": "A Jekyll theme for documentation", + "version": "0.2.3", + "description": "A modern Jekyll theme for documentation", "repository": "pmarsceill/just-the-docs", "license": "MIT", "bugs": "https://github.com/pmarsceill/just-the-docs/issues",