Skip to content

Commit

Permalink
v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Meekdai committed May 25, 2024
1 parent 2ae22e3 commit 3953a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/howler.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v3.2/docs/player.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v3.3/docs/player.js"></script>
<!-- <script src="./player.js"></script> -->
</body>
</html>
2 changes: 1 addition & 1 deletion docs/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,4 @@ document.addEventListener('keyup', function(event) {
else if(event.key == "v"|| event.key === "V"){player.toggleVolume();}
});

console.log("\n %c Gmemp v3.1 %c https://github.com/Meekdai/Gmemp \n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%, rgb(45, 190, 96) 100%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%, rgb(255, 255, 255) 100%); padding:5px 0;");
console.log("\n %c Gmemp v3.3 %c https://github.com/Meekdai/Gmemp \n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%, rgb(45, 190, 96) 100%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%, rgb(255, 255, 255) 100%); padding:5px 0;");

0 comments on commit 3953a3a

Please sign in to comment.