Skip to content

Commit

Permalink
Mark version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Sep 13, 2015
1 parent b006d99 commit 9260024
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 60 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interact",
"version": "1.2.4",
"version": "1.2.5",
"main": "interact.js",
"description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
"homepage": "http://interactjs.io",
Expand Down
107 changes: 54 additions & 53 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/template.dot
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{{~it.out :item:index}}
<article id="{{=item[0].title}}">
<header>
<h3 class="{{=item[0].clas}}">{{=item[0].name}}<a href="#{{=item[0].title}}" title="Link to this section" class="dr-hash">&#x2693;</a><a class="dr-sourceline" title="Go to line {{=item[0].line}} in the source" href="https://github.com/taye/interact.js/blob/v1.2.4/interact.js#L{{=item[0].line}}">&#x27ad;</a></h3>
<h3 class="{{=item[0].clas}}">{{=item[0].name}}<a href="#{{=item[0].title}}" title="Link to this section" class="dr-hash">&#x2693;</a><a class="dr-sourceline" title="Go to line {{=item[0].line}} in the source" href="https://github.com/taye/interact.js/blob/v1.2.5/interact.js#L{{=item[0].line}}">&#x27ad;</a></h3>
</header>
<section>
<div class="extra" id="{{=item[0].title}}-extra"></div>
Expand Down
2 changes: 1 addition & 1 deletion interact.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* interact.js v1.2.4
* interact.js v1.2.5
*
* Copyright (c) 2012-2015 Taye Adeyemi <[email protected]>
* Open source under the MIT License.
Expand Down
125 changes: 122 additions & 3 deletions interact.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interact.js",
"version": "1.2.4",
"version": "1.2.5",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git"
Expand Down

0 comments on commit 9260024

Please sign in to comment.