Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmynotjim committed Feb 19, 2016
1 parent a2e16bf commit 6b54979
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,10 @@ And constructed with these guidelines:

For more information on semantic versioning, please visit http://semver.org/.

## v2.7.1 - February 18, 2015

* Fixed package.json

## v2.7.0 - February 11, 2015

* Add `activeClass` setting for custom styles
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -257,7 +257,7 @@ scrollNav is Copyright © 2012-2015 James Wilson, released under the [MIT li

## Version

Latest stable version is v2.7.0. Make sure to view [the changelog][15] before updating, v2 is a complete re-write of the plugin.
Latest stable version is v2.7.1. Make sure to view [the changelog][15] before updating, v2 is a complete re-write of the plugin.

## Testing

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "scrollNav",
"version": "2.7.0",
"version": "2.7.1",
"author": {
"name": "James Wilson",
"email": "jimmynotjim@me.com",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.scrollNav.js
@@ -1,4 +1,4 @@
/*! scrollNav - v2.7.0 - 2016-02-11
/*! scrollNav - v2.7.1 - 2016-02-18
* http://scrollnav.com
* Copyright (c) 2016 James Wilson; Licensed MIT */
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.scrollNav.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
@@ -1,6 +1,6 @@
{
"name": "scrollnav",
"version": "2.7.0",
"version": "2.7.1",
"title": "scrollNav",
"author": {
"name": "James Wilson",
Expand Down
2 changes: 1 addition & 1 deletion scrollNav.jquery.json
@@ -1,6 +1,6 @@
{
"name": "scrollNav",
"version": "2.7.0",
"version": "2.7.1",
"title": "scrollNav",
"description": "A jQuery plugin for building a scrolling side navigation menu",
"homepage": "http://scrollnav.com",
Expand Down

0 comments on commit 6b54979

Please sign in to comment.