Skip to content

Commit a3c40d1

Browse files
0.0.2
1 parent 068018c commit a3c40d1

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Diff for: manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "mixtape",
33
"name": "Mixtape",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"minAppVersion": "1.7.0",
66
"description": "Scrapes audio files from one or more markdown and arranges them in a playlist element.",
77
"author": "Jesse Williams",
88
"authorUrl": "https://github.com/jesses-code-adventures",
99
"fundingUrl": "",
1010
"isDesktopOnly": false
11-
}
11+
}

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Mixtape",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Scrapes audio files from one or more markdown files and arranges them in a playlist element.",
55
"main": "main.js",
66
"scripts": {

Diff for: versions.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.0.1": "1.7.0"
3-
}
2+
"0.0.1": "1.7.0",
3+
"0.0.2": "1.7.0"
4+
}

0 commit comments

Comments
 (0)