From 97a748ddad3ded990c04d835124adc2acf2e5a89 Mon Sep 17 00:00:00 2001 From: Eric Steinborn Date: Tue, 20 May 2014 09:59:22 -0400 Subject: [PATCH] Update to 2.4.5 to push new version with tags --- bower.json | 2 +- listnav.jquery.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index cce18df..2a54530 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-listnav", - "version": "2.4.3", + "version": "2.4.5", "dependencies": { "jquery": ">=1.3.2" }, diff --git a/listnav.jquery.json b/listnav.jquery.json index d398073..c2b567c 100644 --- a/listnav.jquery.json +++ b/listnav.jquery.json @@ -11,7 +11,7 @@ "navigation", "filter" ], - "version": "2.4.4", + "version": "2.4.5", "author": { "name": "Eric Steinborn", "email": "esteinborn@gmail.com" diff --git a/package.json b/package.json index af64e65..27e390c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jquery-listnav", "title": "jQuery ListNav", - "version": "2.4.3", + "version": "2.4.5", "author": "Eric Steinborn", "description": "Add a slick \"letter-based\" navigation bar to all of your lists. Click a letter to quicky filter the list to items that match that letter. Updated for better compatibility with future jQuery versions.", "demo": "http://esteinborn.github.io/jquery-listnav",