Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Mar 14, 2013
1 parent 6912523 commit e53b083
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.1 (March 14, 2013)

Bugfixes:

- Added support for Hash inside of an Array

## 1.4.0 (March 14, 2013)

Features:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,4 @@ There are several plugins influenced me to create this one:
* [Holger Frohloff](https://github.com/jazzgumpy) (contributor)
* [Jakub Wojtysiak](https://github.com/schiza) (contributor)
* [Matthew Callis](https://github.com/MatthewCallis) (contributor)
* [Andre Luiz Carvalho](https://github.com/alcarvalho) (contributor)
2 changes: 1 addition & 1 deletion lib/meta_tags/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MetaTags
VERSION = '1.4.0'
VERSION = '1.4.1'
end

0 comments on commit e53b083

Please sign in to comment.