Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You will just need to add `:numscriptex` as a dependency on your `mix.exs`, and
```elixir
def deps do
[
{:numscriptex, "~> 0.2.5"}
{:numscriptex, "~> 0.2.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/numscriptex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Numscriptex do

```elixir
iex> Numscriptex.version()
%{numscriptex: "v0.2.5", numscript_wasm: "v0.1.0"}
%{numscriptex: "v0.2.6", numscript_wasm: "v0.1.0"}
```
"""
@spec version() :: %{numscriptex: binary(), numscript_wasm: binary()}
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 Numscriptex.MixProject do
use Mix.Project

@source_url "https://github.com/PagoPlus/numscriptex"
@version "0.2.5"
@version "0.2.6"

def project do
[
Expand Down