Skip to content

Commit 1b8fa9a

Browse files
FelonEkonomclaude
andcommitted
Keep template at version 0.1.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 97ba8ba commit 1b8fa9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The package can be installed by adding `membrane_template_plugin` to your list o
1717
```elixir
1818
def deps do
1919
[
20-
{:membrane_template_plugin, "~> 0.1.1"}
20+
{:membrane_template_plugin, "~> 0.1.0"}
2121
]
2222
end
2323
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.Template.Mixfile do
22
use Mix.Project
33

4-
@version "0.1.1"
4+
@version "0.1.0"
55
@github_url "https://github.com/membraneframework/membrane_template_plugin"
66

77
def project do

0 commit comments

Comments
 (0)