diff --git a/_sass/jekyll-theme-chirpy.scss b/_sass/jekyll-theme-chirpy.scss index 5e14b1b13..36d3c6569 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 8646dd03c..75d41bc89 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 002fb7b39..553320661 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 efd5ca118..33ab7b3a4 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 d61d6ea8d..e3b041181 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 d4d714d0f..15792acce 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 513519267..e5e1fc51d 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 488baea06..29c286630 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"]