Skip to content

Commit 0318748

Browse files
author
Ray Nicholus
committed
chore(build): 5.0.6 release
1 parent d3c1739 commit 0318748

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Fine Uploader](http://fineuploader.com/img/FineUploader_logo.png)](http://fineuploader.com/)
22

3-
Version: 5.0.5
3+
Version: 5.0.6
44

55
[![Build Status](https://travis-ci.org/Widen/fine-uploader.png?branch=master)](https://travis-ci.org/Widen/fine-uploader) | [![Semver badge](http://calm-shore-6115.herokuapp.com/?label=SemVer&value=2.0.0&color=green)](http://semver.org/spec/v2.0.0.html)
66

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fine-uploader",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"devDependencies": {
55
"jquery": "1.10.0",
66
"purl": "https://github.com/allmarkedup/purl.git#~2.3.1",

client/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/*global qq */
2-
qq.version="5.0.5";
2+
qq.version="5.0.6";

fineuploader.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"azure",
1717
"microsoft"
1818
],
19-
"version": "5.0.5",
19+
"version": "5.0.6",
2020
"author": {
2121
"name": "Widen Enterprises",
2222
"url": "http://widen.com"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fineuploader",
33
"title": "Fine Uploader",
4-
"version": "5.0.5",
4+
"version": "5.0.6",
55
"description": "Multiple file upload component with progress-bar, drag-and-drop, support for all modern browsers.",
66
"main": "./fine-uploader/js/fineuploader.js",
77
"maintainers": [

0 commit comments

Comments
 (0)