diff --git a/_sass/jekyll-theme-chirpy.scss b/_sass/jekyll-theme-chirpy.scss index 36d3c65..94b1ff3 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 75d41bc..fb6f5a2 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 5533206..621447a 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 33ab7b3..60f3842 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 e3b0411..5886a7c 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 15792ac..f84e883 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 e5e1fc5..4934f55 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 29c2866..cdcd1a0 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"]