Skip to content

Commit 5f98e81

Browse files
authored
Merge pull request #365 from ssavi-ict/v2.0.0
Bug Fixes for v2.0.0
2 parents bb215e5 + 255a57e commit 5f98e81

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# CrackTech-LeetCode Company Tag, DSA Preparation
55

6-
## Current Version: v1.0.8
6+
## Current Version: v2.0.0
77

88
## CrackTech (previously *LeetCode Which Company*) gives you the information of the companies who asked a certain question in the technical interview.
99

@@ -29,6 +29,7 @@ Access company information for all available problems from : <a href="https://ss
2929
- Next to solve suggestion for Easy, Medium, and Hard category.
3030
- ✯ Notation to denote the recent companies who asked a question.
3131
- Backup URL if extension pop up fails to load company information. <a href="https://ssavi-ict.github.io/LeetCode-Which-Company/" target="_blank">Visit Here</a>
32+
- Ace your DSA Preparation by popular SDE sheets. Progress tracking overview. [*New*]
3233
- No data collection.
3334

3435
------
5 Bytes
Binary file not shown.

chrome/script/sde_sheet_script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
document.addEventListener("DOMContentLoaded", async function () {
22
try {
3-
const JSON_FILE_PATH = 'ext_data/sheets.json';
3+
const JSON_FILE_PATH = 'script/ext_data/sheets.json';
44
// Load JSON data from file
55
const response = await fetch(JSON_FILE_PATH);
66
const jsonData = await response.json();

0 commit comments

Comments
 (0)