Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Oct 29, 2014
1 parent 869d33e commit bce7ac5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UserTiming.js

v0.1.3
v0.1.4

Copyright 2014 Nic Jansma

Expand Down Expand Up @@ -130,3 +130,4 @@ Additional notes:
* v0.1.1 - 2014-02-19: Updated dependencies, grunt lint task, bower package name
* v0.1.2 - 2014-02-19: Small bower.json fix
* v0.1.3 - 2014-08-07: Include dist/ dir in bower and npm packages
* v0.1.4 - 2014-10-28: Fix for Safari iOS 8
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.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"repository" : {
"type" : "git",
"url" : "http://github.com/nicjansma/usertiming.js.git"
Expand Down

0 comments on commit bce7ac5

Please sign in to comment.