From ec522e52196b11fb19474ca4a0228ef070fe7cec Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 26 Jan 2021 22:28:35 +0800 Subject: [PATCH] Bump version to 3.0.1 --- _sass/jekyll-theme-chirpy.scss | 2 +- assets/js/.copyright | 2 +- assets/js/dist/categories.min.js | 2 +- assets/js/dist/home.min.js | 2 +- assets/js/dist/page.min.js | 2 +- assets/js/dist/post.min.js | 2 +- assets/js/dist/pvreport.min.js | 2 +- jekyll-theme-chirpy.gemspec | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_sass/jekyll-theme-chirpy.scss b/_sass/jekyll-theme-chirpy.scss index 36d3c6569..94b1ff38d 100644 --- a/_sass/jekyll-theme-chirpy.scss +++ b/_sass/jekyll-theme-chirpy.scss @@ -1,7 +1,7 @@ /*! * The styles for Jekyll theme Chirpy * - * Chirpy v3.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy) + * Chirpy v3.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy) * © 2021 Cotes Chung * MIT Licensed */ diff --git a/assets/js/.copyright b/assets/js/.copyright index 75d41bc89..fb6f5a28e 100644 --- a/assets/js/.copyright +++ b/assets/js/.copyright @@ -1,5 +1,5 @@ /*! - * Chirpy v3.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * © 2021 Cotes Chung * MIT Licensed */ diff --git a/assets/js/dist/categories.min.js b/assets/js/dist/categories.min.js index 553320661..621447aac 100644 --- a/assets/js/dist/categories.min.js +++ b/assets/js/dist/categories.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v3.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * © 2021 Cotes Chung * MIT Licensed */ diff --git a/assets/js/dist/home.min.js b/assets/js/dist/home.min.js index 33ab7b3a4..60f38426b 100644 --- a/assets/js/dist/home.min.js +++ b/assets/js/dist/home.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v3.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * © 2021 Cotes Chung * MIT Licensed */ diff --git a/assets/js/dist/page.min.js b/assets/js/dist/page.min.js index e3b041181..5886a7ceb 100644 --- a/assets/js/dist/page.min.js +++ b/assets/js/dist/page.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v3.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * © 2021 Cotes Chung * MIT Licensed */ diff --git a/assets/js/dist/post.min.js b/assets/js/dist/post.min.js index 15792acce..f84e883ef 100644 --- a/assets/js/dist/post.min.js +++ b/assets/js/dist/post.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v3.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * © 2021 Cotes Chung * MIT Licensed */ diff --git a/assets/js/dist/pvreport.min.js b/assets/js/dist/pvreport.min.js index e5e1fc51d..4934f55fc 100644 --- a/assets/js/dist/pvreport.min.js +++ b/assets/js/dist/pvreport.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v3.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * © 2021 Cotes Chung * MIT Licensed */ diff --git a/jekyll-theme-chirpy.gemspec b/jekyll-theme-chirpy.gemspec index 29c286630..cdcd1a0d7 100644 --- a/jekyll-theme-chirpy.gemspec +++ b/jekyll-theme-chirpy.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-chirpy" - spec.version = "3.0.0" + spec.version = "3.0.1" spec.authors = ["Cotes Chung"] spec.email = ["cotes.chung@gmail.com"]