diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-30 14:34:01 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-30 14:34:01 +0530 |
commit | 55d44575ef8e24c6ea524c41b3be0599d798c6e2 (patch) | |
tree | e741d459f025fe12845dccff663d92f0c2348f2e /README.md | |
parent | 087f47c379660585bd0a7f28f678a599524d1846 (diff) |
release: bump version to 2.2.1v2.2.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -90,9 +90,9 @@ should][33]. ### Stable Release ``` -curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.0/tessen-2.2.0.tar.gz -tar xvzf tessen-2.2.0.tar.gz -cd tessen-2.2.0/ +curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.1/tessen-2.2.1.tar.gz +tar xvzf tessen-2.2.1.tar.gz +cd tessen-2.2.1/ sudo make install ``` |