Skip to content

Commit

Permalink
Compile PR fix: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoodyear committed Jun 14, 2014
1 parent 6402330 commit 1904c5b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Headhesive changelog

## v1.1.1
- [Fix] Fix class naming

## v1.1.0
- [Feature] Call the init method interally on instance creation
- [Fix] Destroy method to only destroy it's instance
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Headhesive.js",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "http://markgoodyear.com/labs/headhesive/",
"authors": [
"Mark Goodyear <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/headhesive.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* headhesive v1.1.0 - An on-demand sticky header
* headhesive v1.1.1 - An on-demand sticky header
* Url: http://markgoodyear.com/labs/headhesive
* Copyright (c) Mark Goodyear — @markgdyr — http://markgoodyear.com
* License: MIT
Expand Down Expand Up @@ -63,7 +63,7 @@
this.options = {
offset: 300,
classes: {
base: "headhesive",
clone: "headhesive",
stick: "headhesive--stick",
unstick: "headhesive--unstick"
},
Expand Down
4 changes: 2 additions & 2 deletions dist/headhesive.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headhesive",
"description": "An on-demand sticky header",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Mark Goodyear",
"url": "http://markgoodyear.com",
Expand Down

0 comments on commit 1904c5b

Please sign in to comment.