Skip to content

Commit

Permalink
Updated to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ElXreno committed Apr 17, 2020
1 parent ff9d9a4 commit 8d66007
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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 = "zswap-cli"
version = "1.0.1"
version = "1.0.2"
authors = ["ElXreno <elxreno@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Utility for controlling zswap parameters
---

```bash
zswap-cli 1.0.1
zswap-cli 1.0.2
ElXreno <elxreno@gmail.com>


Expand Down
5 changes: 4 additions & 1 deletion rpm/zswap-cli.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}

Name: zswap-cli
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: Utility for controlling zswap parameters

Expand Down Expand Up @@ -60,6 +60,9 @@ install -m 0644 -Dp %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1


%changelog
* Fri Apr 17 2020 ElXreno <elxreno@gmail.com> - 1.0.2-1
- Updated to version 1.0.2

* Thu Apr 16 2020 ElXreno <elxreno@gmail.com> - 1.0.1-1
- Updated to version 1.0.1

Expand Down

0 comments on commit 8d66007

Please sign in to comment.