Skip to content

Commit 6de87e1

Browse files
authored
chore: bump version to 1.10.3 (#135)
1 parent ae86877 commit 6de87e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/examples/desktop_keyboard_typing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"type": "setVariable",
9898
"description": "Set a dynamic message",
9999
"variableName": "timestamp",
100-
"value": "Typed at runtime via Loopi v1.10.2"
100+
"value": "Typed at runtime via Loopi v1.10.3"
101101
}
102102
},
103103
"position": { "x": 300, "y": 830 }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopi",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"description": "Loopi — Visual Browser & Desktop Automation for humans and teams",
55
"author": "Dyan-Dev",
66
"packageManager": "pnpm@10.22.0",

src/components/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export function Settings() {
259259
<span className="font-semibold">App Name:</span> Loopi
260260
</p>
261261
<p className="text-sm">
262-
<span className="font-semibold">Version:</span> 1.10.2
262+
<span className="font-semibold">Version:</span> 1.10.3
263263
</p>
264264
<p className="text-sm">
265265
<span className="font-semibold">Platform:</span> Workflow Automation

0 commit comments

Comments
 (0)