From d0a919639ba646f21bcbfcae7ead25ef04cdfe3f Mon Sep 17 00:00:00 2001 From: Jonathan Holmes Date: Sat, 10 Sep 2022 20:56:32 +1200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cfe236..c0710f8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The recommended way to install Tarmac is with [Aftman](https://github.com/LPGhat Add an entry to the `[tools]` section of your `aftman.toml` file: ```toml -tarmac = "vorlias/tarmac@0.7.2-beta.1" +tarmac = "vorlias/tarmac@0.7.3" ``` ### Installing with Foreman @@ -32,7 +32,7 @@ tarmac = "vorlias/tarmac@0.7.2-beta.1" Add an entry to the `[tools]` section of your `foreman.toml` file: ```toml -tarmac = { source = "vorlias/tarmac", version = "0.7.2-beta.1 } +tarmac = { source = "vorlias/tarmac", version = "0.7.3" } ```