Skip to content

Commit

Permalink
v0.1.1: Updated dependencies, grunt lint task, bower package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Feb 19, 2014
1 parent 9469237 commit 6c2e5f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# UserTiming.js

v0.1.0
v0.1.1

Copyright 2013 Nic Jansma
Copyright 2014 Nic Jansma

http://nicj.net

Expand Down Expand Up @@ -126,4 +126,5 @@ Additional notes:

## Version History

* v0.0.1 - 2013-04-15: Initial version
* v0.1.0 - 2013-04-15: Initial version
* v0.1.1 - 2014-02-19: Updated dependencies, grunt lint task, bower package name
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usertiming",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/nicjansma/usertiming.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
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.0",
"version": "0.1.1",
"repository" : {
"type" : "git",
"url" : "http://github.com/nicjansma/usertiming.js.git"
Expand Down

0 comments on commit 6c2e5f3

Please sign in to comment.