Skip to content

Commit d48bf3b

Browse files
committed
Update Tag manager version 3.0.1
1 parent 3c20154 commit d48bf3b

File tree

4 files changed

+456
-464
lines changed

4 files changed

+456
-464
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.0.1.0 (2014-01-07)
2+
3+
[Compare changes in gem](https://github.com/tmaier/tagmanager-rails/compare/v3.0.0.1...v3.0.1.0)
4+
|
5+
[Compare changes in Tag Manager](https://github.com/max-favilli/tagmanager/compare/v3.0.0...v3.0.1)
6+
7+
* Update Tag manager version [e71e5e3991cd30a9ad93c3cf879279602e68a85e][] (Version 3.0.1)
8+
9+
[e71e5e3991cd30a9ad93c3cf879279602e68a85e]: https://github.com/max-favilli/tagmanager/commit/e71e5e3991cd30a9ad93c3cf879279602e68a85e
10+
111
## 3.0.0.1 (2013-10-15)
212

313
[Compare changes in gem](https://github.com/tmaier/tagmanager-rails/compare/v3.0.0...v3.0.0.1)
@@ -13,6 +23,8 @@
1323
* Update Tag manager version [3088482a18c776ed55ff685abedfed28d476b807][] (Version 3.0.0) (thank you [ianneub][])
1424
* The version number of `tagmanger-rails` gem follows from now on the version number of tagmanager.
1525

26+
[3088482a18c776ed55ff685abedfed28d476b807]: https://github.com/max-favilli/tagmanager/commit/3088482a18c776ed55ff685abedfed28d476b807
27+
1628
## 0.0.2 (2013-07-21)
1729

1830
[Compare changes in gem](https://github.com/tmaier/tagmanager-rails/compare/v0.0.1...v0.0.2)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ It includes the CSS; SCSS and LESS version of the stylesheet.
1010

1111
## Version
1212

13-
Tag Manager version 3.0.0
14-
[3088482a18c776ed55ff685abedfed28d476b807](https://github.com/max-favilli/tagmanager/commit/3088482a18c776ed55ff685abedfed28d476b807)
13+
Tag Manager version 3.0.1
14+
[e71e5e3991cd30a9ad93c3cf879279602e68a85e](https://github.com/max-favilli/tagmanager/commit/e71e5e3991cd30a9ad93c3cf879279602e68a85e)
1515

1616
## Installation
1717

lib/tag_manager/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module TagManager
22
module Rails
3-
VERSION = '3.0.0.1'
4-
TAGMANAGER_VERSION = '3088482a18c776ed55ff685abedfed28d476b807'
3+
VERSION = '3.0.1.0'
4+
TAGMANAGER_VERSION = 'e71e5e3991cd30a9ad93c3cf879279602e68a85e'
55
end
66
end

0 commit comments

Comments
 (0)