Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDBorn committed Aug 8, 2023
1 parent 798ddf2 commit 3f271da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version": 3,
"name": "Pipewire Screenaudio",
"version": "0.2.1",
"version": "0.3.0",

"description": "Passthrough pipewire audio to WebRTC screenshare",

Expand Down
2 changes: 1 addition & 1 deletion native/connector/pipewire-screen-audio-connector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function toMessage () {
}

function GetVersion () {
toMessage '{"version":"0.2.0"}'
toMessage '{"version":"0.3.0"}'
}

function GetSessionType () {
Expand Down

0 comments on commit 3f271da

Please sign in to comment.