summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2022-01-17 15:30:09 +0530
committerAyush Agarwal <ayush@fastmail.in>2022-01-17 15:30:09 +0530
commit06e705fc593b5de63a37f04c210d7c7768884e12 (patch)
treec5389f75d05cde8de219f8786eed23603512868d /README.md
parent41af86a68745b0984949a86bed06568a0f1f62ab (diff)
release: bump version to 1.3.1v1.3.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 739ece7..09b94f0 100644
--- a/README.md
+++ b/README.md
@@ -70,9 +70,9 @@ which you probably should.
### Stable Release
```
-wget https://github.com/ayushnix/tessen/releases/download/v1.3.0/tessen-1.3.0.tar.gz
-tar xvzf tessen-1.3.0.tar.gz
-cd tessen-1.3.0
+wget https://github.com/ayushnix/tessen/releases/download/v1.3.1/tessen-1.3.1.tar.gz
+tar xvzf tessen-1.3.1.tar.gz
+cd tessen-1.3.1
sudo make install
```