Skip to content

Commit 8821ca8

Browse files
committed
release 0.2.1
1 parent 068f123 commit 8821ca8

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

documentation/domains/diffo_example_nbn.livemd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ SPDX-License-Identifier: MIT
99
```elixir
1010
Mix.install(
1111
[
12-
# {:diffo_example, "~> 0.3.0"},
13-
{:diffo_example, github: "diffo-dev/diffo_example", branch: "dev"},
14-
{:diffo, github: "diffo-dev/diffo", branch: "dev", override: true},
12+
{:diffo_example, "~> 0.2.1"},
13+
{:diffo, "~> 0.4.1"},
1514
{:kino, "~> 0.14"},
1615
{:req, "~> 0.5"}
1716
],

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule DiffoExample.MixProject do
66
@moduledoc false
77
use Mix.Project
88

9-
@version "0.2.0"
9+
@version "0.2.1"
1010
@name "DiffoExample"
1111
@description "Examples for Diffo TMF Service and Resource Manager"
1212
@github_url "https://github.com/diffo-dev/diffo-example"

0 commit comments

Comments
 (0)