Skip to content

Commit

Permalink
Build 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian217103 committed Mar 26, 2022
1 parent 1102464 commit d3be169
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src-chromium/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
</div>
</button>
</a>
<p>Microsoft Translator Plus - 2022 - v1.1.1-beta.1 (Build 14)</p>
<p>Microsoft Translator Plus - 2022 - v1.1.1 (Build 15)</p>
</body>
</html>
2 changes: 1 addition & 1 deletion src-chromium/js/bing-translator-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Bing Translator JavaScript file
*/
// Variables
let version_name = "v1.1.1-beta.1 (Build 14)";
let version_name = "v1.1.1 (Build 15)";
// Fonctions pour les autres fonctions
function setChildTextNode(elementId, text) {
document.getElementById(elementId).innerText = text;
Expand Down
2 changes: 1 addition & 1 deletion src-chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "__MSG_extDescription__",
"homepage_url": "https://florian-collin.github.io/microsoft-translator-extension/",
"default_locale": "en",
"version_name": "v1.1.1-beta.1 Build 14",
"version_name": "v1.1.1 Build 15",
"author": "Florian COLLIN",
"short_name": "__MSG_extShortName__",
"action": {
Expand Down
2 changes: 1 addition & 1 deletion src-opera/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
</div>
</button>
</a>
<p>Microsoft Translator Plus - 2022 - v1.1.1-beta.1 (Build 14)</p>
<p>Microsoft Translator Plus - 2022 - v1.1.1 (Build 15)</p>
</body>
</html>
2 changes: 1 addition & 1 deletion src-opera/js/bing-translator-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Bing Translator JavaScript file
*/
// Variables
let version_name = "v1.1.1-beta.1 (Build 14)";
let version_name = "v1.1.1 (Build 15)";
// Fonctions pour les autres fonctions
function setChildTextNode(elementId, text) {
document.getElementById(elementId).innerText = text;
Expand Down
2 changes: 1 addition & 1 deletion src-opera/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "__MSG_extDescription__",
"homepage_url": "https://florian-collin.github.io/microsoft-translator-extension/",
"default_locale": "en",
"version_name": "v1.1.1-beta.1 Build 14",
"version_name": "v1.1.1 Build 15",
"author": "Florian COLLIN",
"short_name": "__MSG_extShortName__",
"browser_action": {
Expand Down

0 comments on commit d3be169

Please sign in to comment.