Skip to content

Commit

Permalink
bump version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 19, 2024
1 parent cacc1d1 commit 2f0806d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"name": "obs-urlsource",
"version": "0.2.6",
"version": "0.2.7",
"author": "Roy Shilkrot",
"website": "https://github.com/occ-ai/obs-urlsource",
"email": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions src/ui/RequestBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ RequestBuilder::RequestBuilder(url_source_request_data *request_data,
/* ----------------------------------------------- */
/* --------------- DeepL Translate --------------- */
/* ----------------------------------------------- */
ui->methodComboBox->setCurrentIndex(1);
ui->urlLineEdit->setText("https://api-free.deepl.com/v2/translate");
addHeaders(
{
Expand Down

0 comments on commit 2f0806d

Please sign in to comment.