浏览代码

Bump version

DarthSim 4 年之前
父节点
当前提交
37eed0f679
共有 2 个文件被更改,包括 3 次插入1 次删除
  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