Skip to content

Commit

Permalink
Version 4.5.3.2412
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Dec 14, 2024
1 parent d8cffb3 commit 0eb97b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
11 changes: 6 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passliss",
"version": "4.5.2",
"version": "4.5.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function SettingsPage() {
const { setTheme, theme } = useTheme()
const [keyVis, setKeyVis] = useState(false)

const ver = "4.5.2.2411"
const ver = "4.5.3.2412"

let settings: Settings = undefined
function LoadSettings() {
Expand Down
Loading

0 comments on commit 0eb97b9

Please sign in to comment.