Skip to content

Commit 7f34ac8

Browse files
committed
bump version query & remove unused deps
1 parent 2a64e69 commit 7f34ac8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616

1717
<title>Tejas Mehta</title>
1818
<link rel="manifest" href="manifest.json">
19-
<script src="https://js.stripe.com/v3/"></script>
2019
<script src="utils.js"></script>
21-
<script src="stripe_checkout.js" defer></script>
2220
</head>
2321
<body>
2422
<!-- This script installs service_worker.js to provide PWA functionality to
@@ -31,6 +29,6 @@
3129
});
3230
}
3331
</script>
34-
<script src="main.dart.js?v=1.0.0" type="application/javascript"></script>
32+
<script src="main.dart.js?v=1.1.0" type="application/javascript"></script>
3533
</body>
3634
</html>

0 commit comments

Comments
 (0)