Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 85ec2e6

Browse files
committed
chore: Release 1.2
1 parent 0df6db2 commit 85ec2e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lxd-snapper"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
license = "MIT"
55
authors = ["Patryk Wychowaniec <pwychowaniec@pm.me>"]
66
edition = "2021"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ You can either download pre-built binaries:
2626

2727
``` console
2828
# i686
29-
$ wget https://github.com/Patryk27/lxd-snapper/releases/download/v1.1/lxd-snapper-linux32 -O lxd-snapper
29+
$ wget https://github.com/Patryk27/lxd-snapper/releases/download/v1.2/lxd-snapper-linux32 -O lxd-snapper
3030
$ chmod u+x lxd-snapper
3131

3232
# x86_64
33-
$ wget https://github.com/Patryk27/lxd-snapper/releases/download/v1.1/lxd-snapper-linux64 -O lxd-snapper
33+
$ wget https://github.com/Patryk27/lxd-snapper/releases/download/v1.2/lxd-snapper-linux64 -O lxd-snapper
3434
$ chmod u+x lxd-snapper
3535
```
3636

0 commit comments

Comments
 (0)