Skip to content

Commit

Permalink
bump to 1.0.0.pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez authored Jun 12, 2021
1 parent b2e0439 commit a050eca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.0.pre.3] - 2021-06-12
### Fixed
- fix SVG to PNG quality

## [1.0.0.pre.2] - 2021-06-11
### Fixed
- mime time error when starting new project
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Check the devcontainer's [Dockerfile](.devcontainer/Dockerfile) for more practic
Add this line to your application's Gemfile:

```ruby
gem 'jekyll-favicon', '~> 1.0.0.pre.2', group: :jekyll_plugins
gem 'jekyll-favicon', '~> 1.0.0.pre.3', group: :jekyll_plugins
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/favicon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Favicon
VERSION = "1.0.0-2"
VERSION = "1.0.0-3"
end
end

0 comments on commit a050eca

Please sign in to comment.