Skip to content

Commit a067a04

Browse files
chore(release): v0.1.5
1 parent ec47425 commit a067a04

4 files changed

Lines changed: 8 additions & 5 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": "copet",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

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 = "copet"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Local desktop pet companion for Agent CLI workflows"
55
authors = ["CoPet contributors"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "CoPet",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"identifier": "run.copet.desktop",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
@@ -63,7 +63,10 @@
6363
},
6464
"bundle": {
6565
"active": true,
66-
"targets": ["dmg", "nsis"],
66+
"targets": [
67+
"dmg",
68+
"nsis"
69+
],
6770
"macOS": {
6871
"hardenedRuntime": true
6972
},

0 commit comments

Comments
 (0)