Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed May 31, 2023
1 parent ddf5f5d commit 8726257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.1"
@version "0.3.3"
@github_url "https://github.com/cocoa-xu/tflite_elixir"

def project do
Expand Down
2 changes: 1 addition & 1 deletion notebooks/mobilebert.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:tflite_elixir, "~> 0.3.1"},
{:tflite_elixir, "~> 0.3.3"},
{:req, "~> 0.3.0"},
{:kino, "~> 0.9.0"}
])
Expand Down

0 comments on commit 8726257

Please sign in to comment.