Skip to content

Commit

Permalink
Version 4.5.1.2410
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Oct 20, 2024
1 parent 2e10bc2 commit 7e80203
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 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.0",
"version": "4.5.1",
"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.0.2409"
const ver = "4.5.1.2410"

let settings: Settings = undefined
function LoadSettings() {
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js

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

2 changes: 1 addition & 1 deletion public/workbox-07a7b4f2.js

Large diffs are not rendered by default.

0 comments on commit 7e80203

Please sign in to comment.