From fc6d0268087e79e5a654332166538e52d6d55fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Andr=C3=A9asson?= Date: Mon, 10 Sep 2018 22:33:16 +0200 Subject: [PATCH] Update README with latest realese tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faa54b96..445d3298 100644 --- a/README.md +++ b/README.md @@ -476,10 +476,10 @@ This buildpack will never intentionally cause previously deployed apps to become [Releases are tagged](https://github.com/mars/create-react-app-buildpack/releases), so you can lock an app to a specific version, if that kind of determinism pleases you: ```bash -heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git#v1.2.1 +heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git#v5.1.0 ``` -✏️ *Replace `v1.2.1` with the desired [release tag](https://github.com/mars/create-react-app-buildpack/releases).* +✏️ *Replace `v5.1.0` with the desired [release tag](https://github.com/mars/create-react-app-buildpack/releases).* ♻️ Then, commit & deploy to rebuild on the new buildpack version.