Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Dec 14, 2013
1 parent f9e7b22 commit 786207d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"shift.js",
"shift.min.js"
],
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.hubspot.com/tether",
"authors": [
"Zack Bloom <zbloom@hubspot.com>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tether",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"authors": [
"Zack Bloom <zbloom@hubspot.com>",
Expand Down
2 changes: 1 addition & 1 deletion shift.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tether.modules.push
shiftLeft = parseFloat shiftLeft, 10
else
[shiftTop, shiftLeft] = [shift.top, shift.left]

top += shiftTop
left += shiftLeft

Expand Down
2 changes: 1 addition & 1 deletion tether.min.js

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

0 comments on commit 786207d

Please sign in to comment.