Skip to content

Commit

Permalink
Updated TailwindCSS and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Feb 24, 2023
1 parent 6aa9377 commit 130c45b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "passky-server",
"description": "Server for Passky (password manager)",
"version": "8.1.2",
"version": "8.1.3",
"main": "tailwind.config.js",
"scripts": {
"build": "npx tailwindcss -i ./tailwind.css -o ./server/src/website/css/tailwind.min.css --minify"
Expand All @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/Rabbit-Company/Passky-Server#readme",
"devDependencies": {
"tailwindcss": "^3.2.4"
"tailwindcss": "^3.2.7"
}
}
2 changes: 1 addition & 1 deletion server/src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Settings{
*/

public static function getVersion() : string{
return '8.1.2';
return '8.1.3';
}

public static function getLocation() : string{
Expand Down
2 changes: 1 addition & 1 deletion server/src/website/css/tailwind.min.css

Large diffs are not rendered by default.

0 comments on commit 130c45b

Please sign in to comment.