Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafabrizi committed Jan 17, 2014
1 parent 757b612 commit 3fd40f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Version 0.12.2 - 17 Jan 2013
## Version 0.13 - 17 Jan 2013
* Minor languages fixes, based on issue #88
* Fix issue #91, sed take long time to process regexp on big data
* Fix issue #87, second chunked upload fails after successful first
Expand Down
2 changes: 1 addition & 1 deletion dropShell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi
SHELL_HISTORY=~/.dropshell_history
DU_OPT="-q"
BIN_DEPS="id $READLINK ls basename ls pwd cut"
VERSION="0.1"
VERSION="0.2"

umask 077

Expand Down
2 changes: 1 addition & 1 deletion dropbox_uploader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ APP_CREATE_URL="https://www2.dropbox.com/developers/apps"
RESPONSE_FILE="$TMP_DIR/du_resp_$RANDOM"
CHUNK_FILE="$TMP_DIR/du_chunk_$RANDOM"
BIN_DEPS="sed basename date grep stat dd mkdir"
VERSION="0.12.1"
VERSION="0.13"

umask 077

Expand Down

0 comments on commit 3fd40f2

Please sign in to comment.