Skip to content

Commit ef10ea7

Browse files
committed
Version 2.1.6.2503
1 parent c735e32 commit ef10ea7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qrix",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

pages/settings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function SettingsPage() {
105105
const [barRotation, setBarRotation] = useState<RotateOption>("N");
106106
const [qrRotation, setQrRotation] = useState<RotateOption>("N");
107107

108-
const ver = "2.1.5.2502";
108+
const ver = "2.1.6.2503";
109109
function isSettings(object: any): object is Settings {
110110
return (
111111
typeof object === "object" &&

0 commit comments

Comments
 (0)