Skip to content

Commit

Permalink
increment version to 0.9.0 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren authored Jan 18, 2024
1 parent cfb9d37 commit b89b868
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
@@ -1,7 +1,7 @@
defmodule MediasoupElixir.MixProject do
use Mix.Project

@version "0.8.0"
@version "0.9.0"
@repo "https://github.com/oviceinc/mediasoup-elixir"
@description """
Elixir wrapper for mediasoup
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.6.0"
version = "0.9.0"
authors = []
edition = "2021"

Expand Down

0 comments on commit b89b868

Please sign in to comment.