Skip to content

Commit

Permalink
Merge pull request #365 from ssavi-ict/v2.0.0
Browse files Browse the repository at this point in the history
Bug Fixes for v2.0.0
  • Loading branch information
ssavi-ict authored Dec 30, 2023
2 parents bb215e5 + 255a57e commit 5f98e81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# CrackTech-LeetCode Company Tag, DSA Preparation

## Current Version: v1.0.8
## Current Version: v2.0.0

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

Expand All @@ -29,6 +29,7 @@ Access company information for all available problems from : <a href="https://ss
- Next to solve suggestion for Easy, Medium, and Hard category.
- ✯ Notation to denote the recent companies who asked a question.
- 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>
- Ace your DSA Preparation by popular SDE sheets. Progress tracking overview. [*New*]
- No data collection.

------
Expand Down
Binary file modified build-zip/CrackTech-v2.0.0-chrome.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion chrome/script/sde_sheet_script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
document.addEventListener("DOMContentLoaded", async function () {
try {
const JSON_FILE_PATH = 'ext_data/sheets.json';
const JSON_FILE_PATH = 'script/ext_data/sheets.json';
// Load JSON data from file
const response = await fetch(JSON_FILE_PATH);
const jsonData = await response.json();
Expand Down

0 comments on commit 5f98e81

Please sign in to comment.