From 479748baa6628009676d6b617cf261ca5ea94086 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Tue, 21 Sep 2021 02:37:02 +0530 Subject: fix the semver stupidity and prepare v1.0 release I was being stupid with the sem versions while making this script. I thought about editing the individual commits and rebasing and force pushing the repo but decided against it. Hopefully, this isn't too embarassing. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f038cfa..e50dd59 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ which you probably should. ### Stable Release ``` -wget https://github.com/ayushnix/tessen/releases/download/v2.0.0/tessen-2.0.0.tar.gz -tar xvzf tessen-2.0.0.tar.gz -cd tessen-2.0.0 +wget https://github.com/ayushnix/tessen/releases/download/v1.0.0/tessen-1.0.0.tar.gz +tar xvzf tessen-1.0.0.tar.gz +cd tessen-1.0.0 sudo make install ``` -- cgit v1.2.3