Skip to content

Commit

Permalink
v0.1.2: Small bower.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Feb 20, 2014
1 parent 025602a commit 0de0702
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UserTiming.js

v0.1.1
v0.1.2

Copyright 2014 Nic Jansma

Expand Down Expand Up @@ -127,4 +127,5 @@ Additional notes:
## Version History

* v0.1.0 - 2013-04-15: Initial version
* v0.1.1 - 2014-02-19: Updated dependencies, grunt lint task, bower package name
* v0.1.1 - 2014-02-19: Updated dependencies, grunt lint task, bower package name
* v0.1.2 - 2014-02-19: Small bower.json fix
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usertiming",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/nicjansma/usertiming.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
Expand All @@ -19,6 +19,7 @@
"**/.*",
"Gruntfile.js",
"deps",
"dist",
"node_modules",
"bower_components",
"test",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "W3C UserTiming polyfill",
"main": "./src/usertiming",
"author": "Nic Jansma",
"version": "0.1.1",
"version": "0.1.2",
"repository" : {
"type" : "git",
"url" : "http://github.com/nicjansma/usertiming.js.git"
Expand Down

0 comments on commit 0de0702

Please sign in to comment.