Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cfryanr committed Jun 2, 2020
1 parent 198758f commit c3c6625
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ it should theoretically work with those too.

You mileage may vary. Github issues and PRs are welcome.

## Downloading

Download the latest release jar file from
https://github.com/cfryanr/hikvision-download-assistant/releases/latest

## Building

If you would prefer to compile the source code yourself, you'll need to install a Java JDK,
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/rr/hikvisiondownloadassistant/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@Getter
@Command(
name = "java -jar hikvision-download-assistant.jar",
version = "0.1.0",
version = "1.0.0",
mixinStandardHelpOptions = true,
usageHelpAutoWidth = true
)
Expand Down

0 comments on commit c3c6625

Please sign in to comment.