Skip to content

Commit 5cc010c

Browse files
PurpleDoubleDclaude
andcommitted
chore: bump version to 1.5.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ec2cb62 commit 5cc010c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "locally-uncensored",
3-
"version": "1.3.0",
3+
"version": "1.5.3",
44
"private": false,
55
"description": "Private, local AI chat & image/video generation. No cloud, no censorship, no data collection. Powered by Ollama & ComfyUI.",
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 = "locally-uncensored"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
description = "Private, local AI chat & image/video generation"
55
authors = ["purpledoubled"]
66
edition = "2021"

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
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/schema.json",
33
"productName": "Locally Uncensored",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"identifier": "com.purpledoubled.locally-uncensored",
66
"build": {
77
"beforeBuildCommand": "npm run build",

0 commit comments

Comments
 (0)