Skip to content

Commit 130c45b

Browse files
committed
Updated TailwindCSS and version number
1 parent 6aa9377 commit 130c45b

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "passky-server",
33
"description": "Server for Passky (password manager)",
4-
"version": "8.1.2",
4+
"version": "8.1.3",
55
"main": "tailwind.config.js",
66
"scripts": {
77
"build": "npx tailwindcss -i ./tailwind.css -o ./server/src/website/css/tailwind.min.css --minify"
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/Rabbit-Company/Passky-Server#readme",
1919
"devDependencies": {
20-
"tailwindcss": "^3.2.4"
20+
"tailwindcss": "^3.2.7"
2121
}
2222
}

server/src/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Settings{
2121
*/
2222

2323
public static function getVersion() : string{
24-
return '8.1.2';
24+
return '8.1.3';
2525
}
2626

2727
public static function getLocation() : string{

server/src/website/css/tailwind.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)