Update tolfin.css for release v1.0.1

This commit is contained in:
2026-02-16 19:57:35 +03:00
parent 3d923af943
commit b63f189f75

View File

@@ -1158,3 +1158,8 @@ progress {
-webkit-border-radius: var(--floating-progress-roundness);
-moz-border-radius: var(--floating-progress-roundness);
}
git tag -a v1.0.1 -m "Release v1.0.1"
git push origin v1.0.1
git tag -f latest (хеш v1.0.1)
git push origin latest --force