Skip to content

Commit

Permalink
v3.0.0 #269 (#422)
Browse files Browse the repository at this point in the history
* docs: update release note URL

* 3.0.0
  • Loading branch information
Robot-Inventor committed Dec 10, 2023
1 parent fdffda2 commit f4459cc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadowban-scanner",
"version": "2.2.0",
"version": "3.0.0",
"description": "A browser extension that detects shadowbans on Twitter.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/ts/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const ALLOWED_TWEMOJI = ["✅", "🚫", "⚠️"];

const ONBOARDING_PATH = "dist/html/initialSetup.html";
const RELEASE_NOTE_URL = {
en: "https://roboin.io/article/2023/11/10/shadowban-scanner-v2-2-release/en/",
ja: "https://roboin.io/article/2023/11/10/shadowban-scanner-v2-2-release/"
en: "https://roboin.io/article/2023/12/10/shadowban-scanner-v3-release/en/",
ja: "https://roboin.io/article/2023/12/10/shadowban-scanner-v3-release/"
} as const;
const INSTRUCTION_URL = {
en: "https://roboin.io/article/2023/09/30/detect-twitter-shadowban/en/#usage",
Expand Down
4 changes: 2 additions & 2 deletions userScript/en.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions userScript/ja.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions userScript/ko.user.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions userScript/zh_TW.user.js

Large diffs are not rendered by default.

0 comments on commit f4459cc

Please sign in to comment.