Skip to content

Commit

Permalink
🎉RLS: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfxr committed Feb 11, 2024
1 parent efe7c8b commit 7069edd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-synth",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/footer.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer>v1.2.0</footer>
<footer>v1.2.1</footer>


<style lang="scss">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
// console logs
console.log("");
console.log("%c %cm%ci%cn%ci%c %cs%cy%cn%ct%ch%c ", note0, note1, note2, note3, note4, note5, note6, note7, note8, note9, note10, note11);
console.log("v1.2.0");
console.log("v1.2.1");
console.log("Source code available on GitHub:");
console.log("https://github.com/richardfxr/mini-synth");
console.log("");
Expand Down

0 comments on commit 7069edd

Please sign in to comment.