Skip to content

Commit

Permalink
v1.0.1 (published only on npm, no effect for bower or CDNs)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoebl committed Apr 10, 2015
1 parent 47cd593 commit ecd0373
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.0.1:
date: 2015-04-10
changes:
- package.json bugfix (full-qualified url to github-repo)
This change affects only npm and has no effect on code or Bower.
Therefor this version isn't published through CDN.

v1.0.0:
date: 2015-03-22
changes:
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": "mobile-detect",
"version": "1.0.0",
"version": "1.0.1",
"description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
"main": "mobile-detect.js",
"scripts": {
Expand Down

0 comments on commit ecd0373

Please sign in to comment.