Skip to content

Commit

Permalink
Version 4.1.0.2404
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Apr 16, 2024
1 parent 33a821e commit 315bbf2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.0.0",
"version": "4.1.0",
"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 { t, lang } = useTranslation("common") // default namespace (optional)
const { setTheme } = useTheme()

const ver = "4.0.0.2403"
const ver = "4.1.0.2404"

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.

File renamed without changes.

0 comments on commit 315bbf2

Please sign in to comment.