Skip to content

Commit 6cd4ec7

Browse files
committed
Version bump v2.0.18
1 parent 93b8e11 commit 6cd4ec7

5 files changed

+10
-9
lines changed

client/package-lock.json

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

client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "audiobookshelf-client",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"description": "Self-hosted audiobook and podcast client",
55
"main": "index.js",
66
"scripts": {
@@ -33,4 +33,4 @@
3333
"@nuxtjs/tailwindcss": "^4.2.1",
3434
"postcss": "^8.3.6"
3535
}
36-
}
36+
}

client/tailwind.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module.exports = {
88
'bg-red-600',
99
'text-green-500',
1010
'py-1.5',
11-
'bg-info'
11+
'bg-info',
12+
'px-1.5'
1213
]
1314
}
1415
},

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "audiobookshelf",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"description": "Self-hosted audiobook and podcast server",
55
"main": "index.js",
66
"scripts": {
@@ -52,4 +52,4 @@
5252
"socket.io": "^4.4.1",
5353
"xml2js": "^0.4.23"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)