Skip to content

Commit 7383f32

Browse files
committed
Bump version to v3.3.2
1 parent 2d45b3f commit 7383f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-javaScript-for-websites-2",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Run custom JavaScript on any website.",
55
"scripts": {
66
"analyze": "NODE_ENV=production node utils/analyze.js",

src/js/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ const loadScripts = async (location) => {
6969
.catch(catchErr)
7070
}
7171

72-
console.info("Custom JavaScript for websites enabled.\nPlease visit https://xcv58.xyz/inject-js if you have any issue.");
72+
console.info('Custom JavaScript for websites enabled.\nPlease visit https://xcv58.xyz/inject-js if you have any issue.')
7373
loadScripts(window.location)

0 commit comments

Comments
 (0)