From 104817357fd50e8938f65409fa42b137df3d4414 Mon Sep 17 00:00:00 2001 From: Mark Goodyear Date: Wed, 27 May 2015 15:45:10 +0100 Subject: [PATCH] Bump ver for npm, update bower.json --- CHANGELOG.md | 3 +++ bower.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b86af5c..fbda4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Headhesive changelog +## v1.2.1 +- [Fix] Bump version to publish to npm + ## v1.2.0 - [Feature] Add UMD support - [Feature] Allow to select either the top or bottom of the offset element diff --git a/bower.json b/bower.json index 79ffea1..3d3a3e8 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,9 @@ { "name": "Headhesive.js", - "version": "1.2.0", + "version": "1.2.1", "homepage": "http://markgoodyear.com/labs/headhesive/", "authors": [ - "Mark Goodyear " + "Mark Goodyear (http://markgoodyear.com)" ], "description": "An on-demand sticky header", "main": "dist/headhesive.js", diff --git a/package.json b/package.json index 77bcba3..48f17dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "headhesive", "description": "An on-demand sticky header", - "version": "1.2.0", + "version": "1.2.1", "author": { "name": "Mark Goodyear", "url": "http://markgoodyear.com",