Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 6, 2024
1 parent b8d52ed commit da40e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To integrate it with your project, you will need to add the following script tag
});
</script>
<script defer="defer"
src="https://cdn.jsdelivr.net/gh/supertokens/prebuiltui@v^0.47.0/build/static/js/main.00ec3e91.js"></script>
src="https://cdn.jsdelivr.net/gh/supertokens/prebuiltui@v0.47.0/build/static/js/main.00ec3e91.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"supertokens-auth-react": "^0.47.0"
"supertokens-auth-react": "0.47.0"
},
"devDependencies": {
"@types/react": "^18.0.18",
Expand Down

0 comments on commit da40e61

Please sign in to comment.