Skip to content

Commit 75862ac

Browse files
0.0.6
1 parent 642e729 commit 75862ac

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Diff for: manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "mixtape",
33
"name": "Mixtape",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
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",

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.5",
3+
"version": "0.0.6",
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"0.0.1": "1.7.0",
33
"0.0.3": "1.7.0",
44
"0.0.4": "1.7.0",
5-
"0.0.5": "1.7.0"
5+
"0.0.5": "1.7.0",
6+
"0.0.6": "1.7.0"
67
}

0 commit comments

Comments
 (0)