Skip to content

Commit

Permalink
🎨 Bump version. (#61)
Browse files Browse the repository at this point in the history
* 🎨 Bump version.

* 🎨 Bump version.

---------

Co-authored-by: Toly <tolerious.feng@kuka.com>
  • Loading branch information
tolerious and Toly authored Jan 31, 2025
1 parent 494080c commit e73219f
Show file tree
Hide file tree
Showing 4 changed files with 4,588 additions and 6,153 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Stylish Reader",
"description": "Help you learn English better and easier.",
"developer": { "name": "Toly Feng", "url": "https://stylishreader.com" },
"version": "0.0.16",
"version": "0.0.18",
"icons": {
"48": "icons/stylish-reader-48.png"
},
Expand Down
3 changes: 2 additions & 1 deletion src/plugins/general/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,8 @@ function convertStringToLowerCaseAndRemoveSpecialCharacter(s) {
.replaceAll(")", "")
.replaceAll("!", "")
.replaceAll("'", "")
.replaceAll(":", "");
.replaceAll(":", "")
.replaceAll("?","")
}

/**
Expand Down
Loading

0 comments on commit e73219f

Please sign in to comment.