We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7858c2 commit 35dc275Copy full SHA for 35dc275
.gitignore
@@ -12,6 +12,7 @@ debug.log
12
.env.development
13
.env.development.local
14
.env.test.local
15
+.env.production
16
.env.production.local
17
18
**/img/*[.png][.jpg]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lofi-player",
3
- "version": "0.1.3",
+ "version": "0.2.0",
4
"private": true,
5
"author": "Stanley Owen <stanleyowen06@gmail.com>",
6
"dependencies": {
0 commit comments