From 6b8c944619c9dc787b54d491f7944facb84ddfb2 Mon Sep 17 00:00:00 2001 From: Michael Cavalea Date: Sat, 16 Jul 2016 04:19:23 -0400 Subject: [PATCH] version bump --- dist/jump.min.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/jump.min.js b/dist/jump.min.js index e2ce1f9..54b97c4 100644 --- a/dist/jump.min.js +++ b/dist/jump.min.js @@ -1,5 +1,5 @@ /*! - * Jump.js 1.0.0 - A small, modern, dependency-free smooth scrolling library. + * Jump.js 1.0.1 - A small, modern, dependency-free smooth scrolling library. * Copyright (c) 2016 Michael Cavalea - https://github.com/callmecavs/jump.js * License: MIT */ diff --git a/package.json b/package.json index 664e466..c3260e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jump.js", - "version": "1.0.0", + "version": "1.0.1", "description": "A small, modern, dependency-free smooth scrolling library.", "homepage": "https://github.com/callmecavs/jump.js", "main": "dist/jump.min.js",