Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBartels committed Feb 28, 2022
1 parent 8d62d28 commit fafdf0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ The binary needs to be made executable after downloading:
$ gunzip discogs-load-aarch64-apple-darwin.gz
$ chmod +x discogs-load-aarch64-apple-darwin
$ ./discogs-load-aarch64-apple-darwin --help
discogs-load 0.1.0
discogs-load 0.1.1

USAGE:
discogs-load [OPTIONS] [FILE]...
discogs-load [OPTIONS] [FILE(S)]...

FLAGS:
-h, --help Prints help information
Expand All @@ -42,7 +42,7 @@ OPTIONS:
--db-user <db-user> Database user [default: dev]

ARGS:
<FILE>... Path to the releases file, still compressed
<FILE(S)>... Path to one or more discogs monthly data dump files, still compressed
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion discogs-load/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discogs-load"
version = "0.1.0"
version = "0.1.1"
authors = ["dylanbartels <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit fafdf0a

Please sign in to comment.