Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Jul 31, 2022
1 parent 351a620 commit 7baa15f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to Jekyll-Favicon will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.1.0] - 2022-07-31
### Added
- Enable aliases when loading YAML
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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', group: :jekyll_plugins
gem 'jekyll-favicon', '~> 1.1.0', 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"
VERSION = "1.1.0"
end
end

0 comments on commit 7baa15f

Please sign in to comment.