1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-19 14:14:17 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Cotes Chung
ec522e5219 Bump version to 3.0.1 2021-01-26 22:28:35 +08:00
Cotes Chung
4ee8f20df2 Meaningless commit
RubyGems doesn't allow re-pushing the yanked version (3.0.0), so we have to bump a new patch version
2021-01-26 22:26:32 +08:00
9 changed files with 8 additions and 9 deletions

View File

@@ -115,7 +115,6 @@ What it does is:
3. Automatically create a commit to save the changes.
## Usage
### Configuration

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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"]