Skip to content

Commit

Permalink
version 1.2.3 to fix #36
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Allen committed Jun 13, 2014
1 parent a1db4c5 commit 2310bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion aight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* aight v1.2.1
* aight v1.2.3
*
* <http://github.com/shawnbot/aight/>
*
Expand All @@ -17,6 +17,7 @@
version = match ? parseFloat(match[1]) : 0;
}
return {
version: "1.2.3",
browser: {
name: nav,
version: version,
Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "aight",
"version": "1.2.0",
"main": "./aight.js"
}

0 comments on commit 2310bf4

Please sign in to comment.