diff --git a/.env b/.env index df687e6..6b1cb9e 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -RHACK_CURRENT_VERSION=0.1.4 \ No newline at end of file +RHACK_CURRENT_VERSION=0.1.5 \ No newline at end of file diff --git a/scoop/cargo-rhack.json b/scoop/cargo-rhack.json index 0d0ae65..f75e513 100644 --- a/scoop/cargo-rhack.json +++ b/scoop/cargo-rhack.json @@ -1,12 +1,12 @@ { - "version": "0.1.4", + "version": "0.1.5", "description": "Temporarily edit external crates that your project depends on", "homepage": "https://github.com/simonsan/cargo-rhack", "license": "BSD-3", "architecture": { "64bit": { - "url": "https://github.com/simonsan/cargo-rhack/releases/download/v0.1.4/cargo-rhack-x86_64-pc-windows-msvc.zip", - "hash": "e5ef9e4698f45a6a48eada369da214563232ee87db309000fb761d49b3f887a4" + "url": "https://github.com/simonsan/cargo-rhack/releases/download/v0.1.5/cargo-rhack-x86_64-pc-windows-msvc.zip", + "hash": "713cef90c61b1858b8e9a3ba71e583a5253fee069db9279617279717d595c4c1" } }, "bin": "cargo-rhack.exe",