aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2021-09-22 02:17:31 +0530
committerAyush Agarwal <ayush@fastmail.in>2021-09-22 02:17:31 +0530
commit139e6ec921065606e22699b7963d352b3ffc5571 (patch)
tree5da54a330d9a15e4f99b35f43a38f1ac75e1f165 /README.md
parentab240b0ffe9f6e11a2deeb02216e6407ef129898 (diff)
fix the semver, should pay more attentionv1.1.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 338df63..8000790 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,9 @@ which you probably should.
### Stable Release
```
-wget https://github.com/ayushnix/tessen/releases/download/v1.1.0/tessen-1.1.0.tar.gz
-tar xvzf tessen-1.1.0.tar.gz
-cd tessen-1.1.0
+wget https://github.com/ayushnix/tessen/releases/download/v1.1.1/tessen-1.1.1.tar.gz
+tar xvzf tessen-1.1.1.tar.gz
+cd tessen-1.1.1
sudo make install
```