Skip to content

Commit

Permalink
fix: bump cdn to 1.28.8
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 3, 2022
1 parent 2d9c5b4 commit 8332e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ <h3 collection="modules" document_id="" name="name">Status Name</h3>
</main>
</body>

<script src="https://cdn.cocreate.app/1.28.7/CoCreate.min.js" ></script>
<script src="https://cdn.cocreate.app/1.28.8/CoCreate.min.js" ></script>

</html>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h3>{{data.name}}</h3>
}
</script> -->

<script src="https://cdn.cocreate.app/1.28.7/CoCreate.min.js" ></script>
<script src="https://cdn.cocreate.app/1.28.8/CoCreate.min.js" ></script>
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->

</body>
Expand Down

0 comments on commit 8332e92

Please sign in to comment.