Skip to content

Commit 3e52846

Browse files
committed
chore(release): bump version to 1.0.3
1 parent 16d9e8f commit 3e52846

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
<header class="topbar">
715715
<div class="wrap row">
716716
<a class="brand" href="#top"><span class="dot" aria-hidden="true"></span>Copyosity</a>
717-
<span class="ver">v1.0.2</span>
717+
<span class="ver">v1.0.3</span>
718718
<span class="spacer"></span>
719719
<nav>
720720
<a class="navlink hide-sm" href="#features">Features</a>
@@ -1125,7 +1125,7 @@ <h2>Get Copyosity</h2>
11251125
<div class="dl-grid">
11261126
<a
11271127
class="dl-card"
1128-
href="https://github.com/vakovalskii/copyosity/releases/download/v1.0.2/Copyosity-aarch64_1.0.2.dmg"
1128+
href="https://github.com/vakovalskii/copyosity/releases/download/v1.0.3/Copyosity-aarch64_1.0.3.dmg"
11291129
>
11301130
<span class="chip">
11311131
<span class="ic" aria-hidden="true">
@@ -1156,7 +1156,7 @@ <h2>Get Copyosity</h2>
11561156
</a>
11571157
<a
11581158
class="dl-card"
1159-
href="https://github.com/vakovalskii/copyosity/releases/download/v1.0.2/Copyosity-x64_1.0.2.dmg"
1159+
href="https://github.com/vakovalskii/copyosity/releases/download/v1.0.3/Copyosity-x64_1.0.3.dmg"
11601160
>
11611161
<span class="chip">
11621162
<span class="ic" aria-hidden="true">
@@ -1252,7 +1252,7 @@ <h2>Get Copyosity</h2>
12521252
<div class="wrap row">
12531253
<a class="brand" href="#top" style="font-size: 1rem"
12541254
><span class="dot" aria-hidden="true"></span>Copyosity
1255-
<span class="stack" style="margin-left: 0.5rem">v1.0.2</span></a
1255+
<span class="stack" style="margin-left: 0.5rem">v1.0.3</span></a
12561256
>
12571257
<div class="links">
12581258
<a href="https://github.com/vakovalskii/copyosity">GitHub</a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copyosity",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A fast, native clipboard manager with on-device intelligence. Built with Tauri, Svelte, and Rust.",
55
"license": "MIT",
66
"type": "module",

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 = "copyosity"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Privacy-first clipboard history manager with NeuralDeep Hub, voice, OCR, and local Ollama"
55
authors = ["v.kovalskii"]
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://schema.tauri.app/config/2",
33
"productName": "Copyosity",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"identifier": "com.vkovalskii.copyosity",
66
"build": {
77
"beforeDevCommand": "bash scripts/with-npm.sh npm run dev",

0 commit comments

Comments
 (0)