Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Mar 8, 2023
1 parent 2f7ccb2 commit 02eaecd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.1.3 (2022-03-09)
[Browse the Repository](https://github.com/cocoa-xu/tflite_elixir/tree/v0.1.2) | [Released Assets](https://github.com/cocoa-xu/tflite_elixir/releases/tag/v0.1.2)

### Changes
- Bump TFLite version to [v2.11.0](https://github.com/tensorflow/tensorflow/tree/v2.11.0).

## v0.1.2 (2022-03-08)
[Browse the Repository](https://github.com/cocoa-xu/tflite_elixir/tree/v0.1.2) | [Released Assets](https://github.com/cocoa-xu/tflite_elixir/releases/tag/v0.1.2)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule TfliteElixir.MixProject do
require Logger

@app :tflite_elixir
@version "0.1.2"
@version "0.1.3"
@tflite_version "2.11.0"
@prefer_precompiled "YES"
@github_url "https://github.com/cocoa-xu/tflite_elixir"
Expand Down

0 comments on commit 02eaecd

Please sign in to comment.