Skip to content

Commit 9172a72

Browse files
LValamickel8
andauthored
Bump version to v0.1.1 (#6)
--------- Co-authored-by: Michał Śledź <[email protected]>
1 parent 7ff633a commit 9172a72

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Hex.pm](https://img.shields.io/hexpm/v/jellyfish_server_sdk.svg)](https://hex.pm/packages/jellyfish_server_sdk)
44
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/jellyfish_server_sdk/)
5-
[![codecov](https://codecov.io/gh/jellyfish-dev/server_sdk_elixir/branch/master/graph/badge.svg?token=ByIko4o5U8)](https://codecov.io/gh/jellyfish-dev/server_sdk_elixir)
6-
[![CircleCI](https://circleci.com/gh/jellyfish-dev/server_sdk_elixir.svg?style=svg)](https://circleci.com/gh/jellyfish-dev/server_sdk_elixir)
5+
[![codecov](https://codecov.io/gh/jellyfish-dev/elixir_server_sdk/branch/master/graph/badge.svg?token=ByIko4o5U8)](https://codecov.io/gh/jellyfish-dev/elixir_server_sdk)
6+
[![CircleCI](https://circleci.com/gh/jellyfish-dev/elixir_server_sdk.svg?style=svg)](https://circleci.com/gh/jellyfish-dev/elixir_server_sdk)
77

88
Elixir server SDK for [Jellyfish](https://github.com/jellyfish-dev/jellyfish).
99
Currently it allows for:
@@ -17,7 +17,7 @@ The package can be installed by adding `jellyfish_server_sdk` to your list of de
1717
```elixir
1818
def deps do
1919
[
20-
{:jellyfish_server_sdk, "~> 0.1.0"}
20+
{:jellyfish_server_sdk, "~> 0.1.1"}
2121
]
2222
end
2323
```

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
defmodule Membrane.Template.Mixfile do
22
use Mix.Project
33

4-
@version "0.1.0"
5-
@github_url "https://github.com/jellyfish-dev/server_sdk_elixir"
4+
@version "0.1.1"
5+
@github_url "https://github.com/jellyfish-dev/elixir_server_sdk"
66
@homepage_url "https://membrane.stream"
77

88
def project do
99
[
1010
app: :jellyfish_server_sdk,
1111
version: @version,
12-
elixir: "~> 1.13",
12+
elixir: "~> 1.14",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,
1515
deps: deps(),

0 commit comments

Comments
 (0)