From d3db6120093ba258caa36c61944ab6f01e150276 Mon Sep 17 00:00:00 2001 From: Pavel Kolchev Date: Thu, 31 Oct 2019 00:02:17 +0300 Subject: [PATCH] 1.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4994d24..081b212 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "dxvk-cache-tool" -version = "1.1.1" +version = "1.1.2" dependencies = [ "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3261b2e..3ce54d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dxvk-cache-tool" -version = "1.1.1" +version = "1.1.2" authors = ["Pavel Kolchev "] description = "Standalone dxvk-cache merger" license = "MIT/Apache-2.0" diff --git a/PKGBUILD b/PKGBUILD index ccdd452..8e6a0fc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=dxvk-cache-tool -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc='Standalone dxvk-cache merger' url='https://github.com/DarkTigrus/dxvk-cache-tool/'