Skip to content

Commit

Permalink
v0.1.1 (fix #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoebl committed Dec 27, 2013
1 parent 3463355 commit 5620603
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ You can easily extend it, e.g. `android`, `iphone`, etc.

## Size (bytes)

* development: 48.170
* minified: 24.301
* development: 48.183
* minified: 24.304
* minified + gzipped: 10.335 (`cat mobile-detect.min.js | gzip -9f | wc -c`)

# Installation
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile-detect",
"version": "0.1.0",
"version": "0.1.1",
"description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
"homepage": "http://hgoebl.github.io/mobile-detect.js/",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions mobile-detect.js.iml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Node.js Dependencies for mobile-detect.js" level="project" />
</component>
</module>

2 changes: 1 addition & 1 deletion mobile-detect.min.js

Large diffs are not rendered by default.

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": "0.1.0",
"version": "0.1.1",
"description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
"main": "mobile-detect.js",
"scripts": {
Expand Down

0 comments on commit 5620603

Please sign in to comment.