File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Hex.pm] ( https://img.shields.io/hexpm/v/jellyfish_server_sdk.svg )] ( https://hex.pm/packages/jellyfish_server_sdk )
4
4
[ ![ 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 )
7
7
8
8
Elixir server SDK for [ Jellyfish] ( https://github.com/jellyfish-dev/jellyfish ) .
9
9
Currently it allows for:
@@ -17,7 +17,7 @@ The package can be installed by adding `jellyfish_server_sdk` to your list of de
17
17
``` elixir
18
18
def deps do
19
19
[
20
- {:jellyfish_server_sdk , " ~> 0.1.0 " }
20
+ {:jellyfish_server_sdk , " ~> 0.1.1 " }
21
21
]
22
22
end
23
23
```
Original file line number Diff line number Diff line change 1
1
defmodule Membrane.Template.Mixfile do
2
2
use Mix.Project
3
3
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 "
6
6
@ homepage_url "https://membrane.stream"
7
7
8
8
def project do
9
9
[
10
10
app: :jellyfish_server_sdk ,
11
11
version: @ version ,
12
- elixir: "~> 1.13 " ,
12
+ elixir: "~> 1.14 " ,
13
13
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
14
14
start_permanent: Mix . env ( ) == :prod ,
15
15
deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments