diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-04-02 01:43:03 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-04-02 01:43:03 +0530 |
commit | 0251fe3f4bf01df0ed0d3304470a5578630cf656 (patch) | |
tree | e76bfade83d78b14ddf7d16b83f2b9b05b02839e /README.md | |
parent | 55e71b58fed4149e72f02ad80fc2c494e1c4567d (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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ``` |