Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Bump v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feryardiant committed Jun 14, 2016
1 parent d0d018d commit 8ab07c2
Show file tree
Hide file tree
Showing 24 changed files with 820 additions and 1,116 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ __Enjoy__

### Updating or building manually

Currently the build is for fine-uploader `v5.8.0`. You can build yourself by doing the following
Currently the build is for fine-uploader `v5.9.0`. You can build yourself by doing the following

### Prepping (getting fine-uploader)

Expand All @@ -58,7 +58,7 @@ $ git pull origin
In your terminal please navigate to where the project is cloned

```bash
$ ./build.sh <version> # e.g: ./build.sh 5.8.0
$ ./build.sh <version> # e.g: ./build.sh 5.9.0
```

**NOTE:**
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": "fineuploader-dist",
"version": "5.8.0",
"version": "5.9.0",
"author": "Widen Enterprises, Inc.",
"description": "A official bower build for FineUploader/fine-uploader",
"license": "https://raw.githubusercontent.com/FineUploader/fine-uploader/master/LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ e() {

if [ -z $1 ]; then
e '31;0' 'Please specify Fine-uploader version you want to build.'
e '31;0' 'Example: ./build.sh 5.8.0'
e '31;0' 'Example: ./build.sh 5.9.0'
e '31;0' ' See: https://github.com/FineUploader/fine-uploader/releases'
exit;
fi
Expand Down
296 changes: 0 additions & 296 deletions dist/LICENSE

This file was deleted.

Loading

0 comments on commit 8ab07c2

Please sign in to comment.