Skip to content

Commit

Permalink
Fix main.dart.js being called twice (#18)
Browse files Browse the repository at this point in the history
Bump version to v0.3.1-beta.2
  • Loading branch information
FerMod committed Jun 21, 2021
1 parent df8e282 commit c7d59b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: none # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.3.1-beta.1
version: 0.3.1-beta.2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
3 changes: 0 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-firestore.js"></script>

<script src="init-firebase.js"></script>

<script src="main.dart.js" type="application/javascript"></script>

</body>

</html>

0 comments on commit c7d59b2

Please sign in to comment.