Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed May 23, 2022
1 parent 050ee40 commit e5a0ec1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aim"
version = "1.1.3"
version = "1.2.0"
edition = "2021"
authors = ["Mihai Galos <mihaigalos@gmail.com>"]
description = "🎯 A command line download/upload tool with resume."
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ Keys that match the following patterns are automatically tried:

----------------------------------------

## Updating

`aim` can self update in-place using:

```bash
aim --update
```

## Docker

For convenience, alpine-based docker images for `aarch64` and `x64` are available, so arguments can be passed directly to them.
Expand Down

0 comments on commit e5a0ec1

Please sign in to comment.