Skip to content

Commit

Permalink
Bump deps (#4)
Browse files Browse the repository at this point in the history
* Bump deps

* Remove boombox dependency

* Bump version
  • Loading branch information
Noarkhh authored Jan 8, 2025
1 parent 9acc00c commit aa221a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 79 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Membrane Template Plugin
# Membrane Simple RTSP Server

[![Hex.pm](https://img.shields.io/hexpm/v/membrane_simple_rtsp_server.svg)](https://hex.pm/packages/membrane_simple_rtsp_server)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_simple_rtsp_server)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_simple_rtsp_server.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_simple_rtsp_server)
[![CircleCI](https://circleci.com/gh/membraneframework-labs/membrane_simple_rtsp_server.svg?style=svg)](https://circleci.com/gh/membraneframework-labs/membrane_simple_rtsp_server)

A Simple RTSP server that serves a MP4 file

Expand All @@ -13,7 +13,7 @@ The package can be installed by adding `membrane_simple_rtsp_server` to your lis
```elixir
def deps do
[
{:membrane_simple_rtsp_server, "~> 0.1.2"}
{:membrane_simple_rtsp_server, "~> 0.1.3"}
]
end
```
Expand Down
9 changes: 4 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.SimpleRTSPServer.Mixfile do
use Mix.Project

@version "0.1.2"
@version "0.1.3"
@github_url "https://github.com/membraneframework-labs/membrane_simple_rtsp_server"

def project do
Expand Down Expand Up @@ -39,17 +39,16 @@ defmodule Membrane.SimpleRTSPServer.Mixfile do
[
{:membrane_core, "~> 1.0"},
{:membrane_rtsp, "~> 0.10.1"},
{:membrane_rtp_plugin, "~> 0.29.0"},
{:membrane_rtp_h264_plugin, "~> 0.19.0"},
{:membrane_rtp_aac_plugin, "~> 0.9.0"},
{:membrane_rtp_plugin, "~> 0.30.0"},
{:membrane_rtp_h264_plugin, "~> 0.20.0"},
{:membrane_rtp_aac_plugin, "~> 0.9.1"},
{:membrane_file_plugin, "~> 0.17.0"},
{:membrane_mp4_plugin, "~> 0.35.0"},
{:membrane_h26x_plugin, "~> 0.10.0"},
{:membrane_aac_plugin, "~> 0.19.0"},
{:ex_sdp, "~> 1.1"},
{:membrane_udp_plugin, "~> 0.14.0"},
{:membrane_realtimer_plugin, "~> 0.9.0"},
{:boombox, github: "membraneframework/boombox", only: :test},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:dialyxir, ">= 0.0.0", only: :dev, runtime: false},
{:credo, ">= 0.0.0", only: :dev, runtime: false}
Expand Down
Loading

0 comments on commit aa221a9

Please sign in to comment.