Skip to content

Commit

Permalink
Bumped version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Apr 26, 2015
1 parent 671b4f2 commit 937764b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery-nearest",
"version": "1.3.0",
"version": "1.3.1",
"main": "src/jquery.nearest.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -42,7 +42,7 @@
<body>
<div id="wrapper">
<div id="details">
<h1>jQuery Nearest Element plugin <span class="version">v1.3.0</span></h1>
<h1>jQuery Nearest Element plugin <span class="version">v1.3.1</span></h1>
<h2>Quick Links</h2>
<ul>
<li><a href="https://github.com/gilmoreorless/jquery-nearest">Github project</a></li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-nearest",
"title": "jQuery Nearest Element",
"description": "jQuery plugin to find the elements in a page that are closest to (or furthest away from) a particular point or element, based on pixel dimensions",
"version": "1.3.0",
"version": "1.3.1",
"keywords": ["jquery-plugin", "ecosystem:jquery", "nearest", "furthest", "touching", "pixel", "distance"],
"main": "src/jquery.nearest.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.nearest.js
@@ -1,5 +1,5 @@
/*!
* jQuery Nearest plugin v1.3.0
* jQuery Nearest plugin v1.3.1
*
* Finds elements closest to a single point based on screen location and pixel dimensions
* http://gilmoreorless.github.io/jquery-nearest/
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.nearest.min.js

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

0 comments on commit 937764b

Please sign in to comment.