Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
ahhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmejias committed Apr 24, 2015
1 parent 1e507d8 commit a9495b1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions bower.json
@@ -1,27 +1,27 @@
{
"name": "html5-uploader",
"description": "HTML5 file uploader.",
"version": "0.0.2",
"keywords": [
"html5",
"js",
"file",
"uploader",
"jquery"
],
"homepage": "https://adrianmejias.com/html5-uploader",
"main": [
"html5-uploader.js",
"html5-uploader.min.js"
],
"ignore": [
"index.html",
"html5-uploader-example.css",
"upload.php",
"composer.json",
"README.md"
],
"dependencies": [
"jquery": ">= 1.9.1"
]
"name": "html5-uploader",
"description": "HTML5 file uploader.",
"version": "0.0.3",
"keywords": [
"html5",
"js",
"file",
"uploader",
"jquery"
],
"homepage": "https://adrianmejias.com/html5-uploader",
"main": [
"html5-uploader.js",
"html5-uploader.min.js"
],
"ignore": [
"index.html",
"html5-uploader-example.css",
"upload.php",
"composer.json",
"README.md"
],
"dependencies": {
"jquery": ">= 1.9.1"
}
}
4 changes: 2 additions & 2 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "adrianmejias/html5-uploader",
"description": "HTML5 file uploader.",
"version": "0.0.2",
"version": "0.0.3",
"keywords": [
"html5",
"js",
Expand All @@ -22,7 +22,7 @@
"license": "Public Domain",
"extra": {
"branch-alias": {
"dev-master": "0.0.2-dev"
"dev-master": "0.0.3-dev"
}
},
"replace": {
Expand Down

0 comments on commit a9495b1

Please sign in to comment.