diff --git a/theme/tolfin.css b/theme/tolfin.css index 2dbe6e7..4b08f39 100644 --- a/theme/tolfin.css +++ b/theme/tolfin.css @@ -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 \ No newline at end of file