Skip to content

Commit

Permalink
Bump version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Jun 7, 2024
1 parent 625b080 commit f54adc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "restreamer-ui",
"version": "1.12.0",
"bundle": "restreamer-v2.10.0",
"version": "1.13.0",
"bundle": "restreamer-v2.11.0",
"private": false,
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -95,4 +95,4 @@
"react-error-overlay": "^6.0.11"
},
"resolutions": {}
}
}
2 changes: 1 addition & 1 deletion src/misc/modals/Hint.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Stream = function (props) {
if (value === 'audio') {
stream.codec = 'aac';
if (stream.sampling_hz === 0) {
stream.sampling_hz = 44100;
stream.sampling_hz = '44100';
}
if (stream.layout === '') {
stream.layout = 'stereo';
Expand Down

0 comments on commit f54adc6

Please sign in to comment.