Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Aug 18, 2019
1 parent 2271735 commit bee2bcd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NAME
zipstream - is a command line tool that allows you to easily share files and directories over the network

VERSION
0.6.0
0.7.0

SYNOPSIS
zipstream PATH [options]
Expand All @@ -59,6 +59,8 @@ OPTIONS
-f FORMAT, --format=FORMAT Specifies the format of output archive, zip or tar (default: `zip`)
-o FILENAME, --output=FILENAME Specifies the output file name without extension (default: `download`)
-e PATH, --endpoint=PATH Specifies the URL path to the resource (default: ``)
--user=user Specify the username user for file retrieval
--password=password Specify the password password for file retrieval
```

Sharing a directory (all the files in it):
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: zipstream
version: 0.6.0
version: 0.7.0

authors:
- Anton Maminov <anton.linux@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zipstream
base: core18
version: '0.6.0'
version: '0.7.0'
summary: Easily share files and directories over the network
description: |
A command-line tool that allows you to easily share files and directories
Expand Down
2 changes: 1 addition & 1 deletion src/zipstream/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Zipstream
VERSION = "0.6.0"
VERSION = "0.7.0"
end

0 comments on commit bee2bcd

Please sign in to comment.