diff --git a/README.md b/README.md
index 69811a2..e9fc5bc 100644
--- a/README.md
+++ b/README.md
@@ -80,9 +80,9 @@ Only ES6 (ECMAScript 2015) is supported. This is because [esbuild](https://githu
pageLanguage: 'en',
chunkSize: 10,
// For Microsoft Translator API
- // attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/rosetta@0.4.3/dist/msft-translator.svg',
+ // attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/rosetta@0.4.4/dist/msft-translator.svg',
// For Google Cloud Translation API
- attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/rosetta@0.4.3/dist/google-translate.svg',
+ attributionImageUrl: 'https://cdn.jsdelivr.net/gh/au5ton/rosetta@0.4.4/dist/google-translate.svg',
// To include a custom logo in the banner
// logoImageUrl: 'https://via.placeholder.com/120x20',
preferredSupportedLanguages: ['en', 'es', 'zh', 'de', 'fr'], // or [] to include everything
@@ -93,7 +93,7 @@ Only ES6 (ECMAScript 2015) is supported. This is because [esbuild](https://githu
}, 'translate_widget_element');
}
-
+
```
### Back-end
diff --git a/package-lock.json b/package-lock.json
index 9f8023b..0d1f4be 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "rosetta",
- "version": "0.4.3",
+ "version": "0.4.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "0.4.3",
+ "version": "0.4.4",
"license": "MIT",
"dependencies": {
"@emotion/css": "^11.1.3",
diff --git a/package.json b/package.json
index 07c4130..f59fbc0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rosetta",
- "version": "0.4.3",
+ "version": "0.4.4",
"license": "MIT",
"main": "dist/index.js",
"files": [