Skip to content

Commit

Permalink
doc: v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed May 20, 2021
1 parent 4eae3ec commit 467482a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Highlight |
| ------ | --------- |
| 0.23.1 | fix: segment encode mode without optimization |
| 0.23.0 | api-change: encode mode and optimization options |
| 0.22.0 | feat: add codec string for AVC and HEVC |
| 0.21.1 | fix: allow MPEG-2 ADTS |
Expand Down
2 changes: 1 addition & 1 deletion mp4/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
commitVersion string = "v0.23.0" // Updated when building using Makefile
commitVersion string = "v0.23.1" // Updated when building using Makefile
commitDate string // commitDate in Epoch seconds (inserted from Makefile)
)

Expand Down

0 comments on commit 467482a

Please sign in to comment.