summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayushnix@fastmail.com>2022-04-02 01:43:03 +0530
committerAyush Agarwal <ayushnix@fastmail.com>2022-04-02 01:43:03 +0530
commit0251fe3f4bf01df0ed0d3304470a5578630cf656 (patch)
treee76bfade83d78b14ddf7d16b83f2b9b05b02839e /README.md
parent55e71b58fed4149e72f02ad80fc2c494e1c4567d (diff)
release: bump version to 2.1.2, update CHANGELOGv2.1.2
fixed the heading levels in CHANGELOG.md as well
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 b786908..c1fd2cc 100644
--- a/README.md
+++ b/README.md
@@ -83,9 +83,9 @@ Linux, which you probably should.
### Stable Release
```
-curl -LO https://github.com/ayushnix/tessen/releases/download/v2.1.1/tessen-2.1.1.tar.gz
-tar xvzf tessen-2.1.1.tar.gz
-cd tessen-2.1.1/
+curl -LO https://github.com/ayushnix/tessen/releases/download/v2.1.2/tessen-2.1.2.tar.gz
+tar xvzf tessen-2.1.2.tar.gz
+cd tessen-2.1.2/
sudo make install
```