Skip to content

Commit 024c899

Browse files
committed
v1.1.4
1 parent 755e589 commit 024c899

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

client/src/components/SettingsDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function SettingsDialog({ open, onOpenChange }: SettingsDialogProps) {
7979

8080
<div className="flex justify-center">
8181
<img src={logo} alt="Curiso.ai" title="Curiso.ai" className="w-12 h-12" /></div>
82-
<div className="flex justify-center"><p className="text-sm text-muted-foreground justify-center mb-2">Version v1.1.3 by <a
82+
<div className="flex justify-center"><p className="text-sm text-muted-foreground justify-center mb-2">Version v1.1.4 by <a
8383
href="https://github.com/metaspartan/curiso"
8484
onClick={(e) => {
8585
e.preventDefault();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "curiso.ai",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"author": "Carsen Klock",
55
"type": "module",
66
"license": "MIT",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curiso-ai"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = "Curiso AI Desktop"
55
authors = ["Carsen Klock"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"identifier": "com.curiso.ai",
33
"productName": "Curiso AI",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"build": {
66
"beforeBuildCommand": "bun run build",
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)