Skip to content

Commit

Permalink
Merge pull request #36 from viniarck/feat/bump_v03
Browse files Browse the repository at this point in the history
Bump wasmtime_ex to 0.3.0
  • Loading branch information
viniarck committed Oct 7, 2022
2 parents c2a8b51 + 4478598 commit 9c18559
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can add `wasmtime` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wasmtime, "~> 0.2.0"}
{:wasmtime, "~> 0.3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Wasmtime.MixProject do
def project do
[
app: :wasmtime,
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
compilers: Mix.compilers(),
Expand Down
2 changes: 1 addition & 1 deletion native/wasmtime_ex/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/wasmtime_ex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmtime_ex"
version = "0.2.0"
version = "0.3.0"
authors = []
edition = "2018"

Expand Down

0 comments on commit 9c18559

Please sign in to comment.