diff options
author | Himbeer <himbeerserverde@gmail.com> | 2024-02-18 18:50:51 +0100 |
---|---|---|
committer | Himbeer <himbeerserverde@gmail.com> | 2024-02-18 18:51:29 +0100 |
commit | eb5b7aae11a69463ebe2a29f23caa4028b54cd18 (patch) | |
tree | 70e1d082d5df4d1989069257fee57dd331ade1f9 | |
parent | 69c9c3fd6c05ee4b614a368b55cbda0a508bc86e (diff) |
set version to 0.2.00.2.0
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | PKGBUILD.openrc | 2 | ||||
-rw-r--r-- | hbak/Cargo.toml | 2 | ||||
-rw-r--r-- | hbak_common/Cargo.toml | 2 | ||||
-rw-r--r-- | hbakd/Cargo.toml | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ # Maintainer: Himbeer <https://github.com/HimbeerserverDE/hbak> pkgname=hbak -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=1 pkgdesc="Simple distributed backup utility for btrfs." arch=('x86_64' 'aarch64') diff --git a/PKGBUILD.openrc b/PKGBUILD.openrc index 07ee155..5ed7bdf 100644 --- a/PKGBUILD.openrc +++ b/PKGBUILD.openrc @@ -2,7 +2,7 @@ pkgname=hbak-openrc _pkgname=hbak -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=1 pkgdesc="OpenRC support for hbak." arch=('any') diff --git a/hbak/Cargo.toml b/hbak/Cargo.toml index 1d47e85..65423e8 100644 --- a/hbak/Cargo.toml +++ b/hbak/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbak" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/hbak_common/Cargo.toml b/hbak_common/Cargo.toml index d75eba2..474a337 100644 --- a/hbak_common/Cargo.toml +++ b/hbak_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbak_common" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/hbakd/Cargo.toml b/hbakd/Cargo.toml index 039b0d1..4e0a989 100644 --- a/hbakd/Cargo.toml +++ b/hbakd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbakd" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |