Skip to content

Commit

Permalink
chore: increment version (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren authored Nov 30, 2021
1 parent f6bbe29 commit b0799c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule MediasoupElixir.MixProject do
def project do
[
app: :mediasoup_elixir,
version: "0.1.2",
version: "0.2.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion native/mediasoup_elixir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mediasoup_elixir"
version = "0.1.2"
version = "0.2.0"
authors = []
edition = "2018"

Expand Down

0 comments on commit b0799c7

Please sign in to comment.