Skip to content

Commit

Permalink
v0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Dec 17, 2022
1 parent 931727b commit aae2353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.1.23 (2022-12-17)
## v0.1.23/v0.1.24 (2022-12-17)

### Fixed
- [smartcell] fixed charset loading when initialising FP16/INT8 CRNN models. [#144](https://github.com/cocoa-xu/evision/issues/144)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Evision.MixProject.Metadata do
@moduledoc false

def app, do: :evision
def version, do: "0.1.23"
def version, do: "0.1.24"
def github_url, do: "https://github.com/cocoa-xu/evision"
def opencv_version, do: "4.6.0"
# only means compatible. need to write more tests
Expand Down

0 comments on commit aae2353

Please sign in to comment.