Ver Fonte

Bump version

DarthSim há 4 anos atrás
pai
commit
37eed0f679
2 ficheiros alterados com 3 adições e 1 exclusões
  1. 2 0
      CHANGELOG.md
  2. 1 1
      main.go

+ 2 - 0
CHANGELOG.md

@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [2.16.1] - 2021-03-02
 ### Fix
 - Fix delays and loop numbers of animated images.
 - Fix scale-on-load of huge SVGs.

+ 1 - 1
main.go

@@ -11,7 +11,7 @@ import (
 	"time"
 )
 
-const version = "2.16.0"
+const version = "2.16.1"
 
 type ctxKey string