Skip to content

Commit

Permalink
v0.1.9 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengLinLei committed Dec 5, 2023
1 parent 8abe01c commit 699411d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.1.9 -> 05/12/2023 -----------------------------------> TAG: v0.1.9
- Fixed funding config
- Added secret section
- Added experimental bg music

!TODO: Pending to finish bg music branch
!TODO: Pending to finish Two function animation for v0.1.10 ------------------------> Deadlock
!TODO: Pending to create context save for v0.1.10 -----------------------------------> Deadlock

v0.1.8 -> 17/11/2023 -----------------------------------> TAG: v0.1.8
- Changed Variable organization
- Changed all variable names
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Live web preview [here](https://zhenglinlei.github.io/stackblock.io)
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License" />
</a>&nbsp;
<a>
<img src="https://img.shields.io/badge/version-0.1.8-brightgreen" alt="Version" />
<img src="https://img.shields.io/badge/version-0.1.9-brightgreen" alt="Version" />
</a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ <h3 class="score">BEST SCORE</h3>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cannon.js/0.6.2/cannon.min.js" integrity="sha512-avLcnGxl5mqAX/wIKERdb1gFNkOLHh2W5JNCfJm5OugpEPBz7LNXJJ3BDjjwO00AxEY1MqdNjtEmiYhKC0ld7g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/party-js@latest/bundle/party.min.js"></script>
<script src="./js/lib/png2share.min.js"></script>
<script src="./js/script.js"></script>
<script src="./js/script.min.js"></script>
<script>
const V = "0.1.8";
const V = "0.1.9";
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register(`./sw.js?v=${V}`)
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//GET VERSION
const CACHE_VERSION = "0.1.8";
const CACHE_VERSION = "0.1.9";
const CURRENT_CACHE = `sbio-v${CACHE_VERSION}`;
let filesToCache = [
"./manifest.json",
Expand Down

0 comments on commit 699411d

Please sign in to comment.