From 7d7c0da31b8538de5a33f6a33c9f56a939ae5125 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 26 Jan 2021 21:40:46 +0800 Subject: [PATCH] Bump version to 3.0.0 --- _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 5e14b1b..36d3c65 100644 --- a/_sass/jekyll-theme-chirpy.scss +++ b/_sass/jekyll-theme-chirpy.scss @@ -1,7 +1,7 @@ /*! * The styles for Jekyll theme Chirpy * - * Chirpy v2.7.2 (https://github.com/cotes2020/jekyll-theme-chirpy) + * Chirpy v3.0.0 (https://github.com/cotes2020/jekyll-theme-chirpy) * © 2021 Cotes Chung * MIT Licensed */ diff --git a/assets/js/.copyright b/assets/js/.copyright index 8646dd0..75d41bc 100644 --- a/assets/js/.copyright +++ b/assets/js/.copyright @@ -1,5 +1,5 @@ /*! - * Chirpy v2.7.2 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.0 (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 002fb7b..5533206 100644 --- a/assets/js/dist/categories.min.js +++ b/assets/js/dist/categories.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v2.7.2 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.0 (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 efd5ca1..33ab7b3 100644 --- a/assets/js/dist/home.min.js +++ b/assets/js/dist/home.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v2.7.2 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.0 (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 d61d6ea..e3b0411 100644 --- a/assets/js/dist/page.min.js +++ b/assets/js/dist/page.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v2.7.2 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.0 (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 d4d714d..15792ac 100644 --- a/assets/js/dist/post.min.js +++ b/assets/js/dist/post.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v2.7.2 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.0 (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 5135192..e5e1fc5 100644 --- a/assets/js/dist/pvreport.min.js +++ b/assets/js/dist/pvreport.min.js @@ -1,5 +1,5 @@ /*! - * Chirpy v2.7.2 (https://github.com/cotes2020/jekyll-theme-chirpy/) + * Chirpy v3.0.0 (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 488baea..29c2866 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 = "2.7.2" + spec.version = "3.0.0" spec.authors = ["Cotes Chung"] spec.email = ["cotes.chung@gmail.com"]