Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakeyzer committed Feb 6, 2023
2 parents 160359c + 18eccb3 commit fabba5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ chrome.runtime.onMessageExternal.addListener(async (request, sender, sendRespons
}
if (request.request_content.includes("version")) {
console.log("Version");
content.version = "0.2.1";
content.version = chrome.runtime.getManifest().version;
}
console.groupEnd();
}
Expand Down

0 comments on commit fabba5d

Please sign in to comment.