Skip to content

Commit 2f6065e

Browse files
TheStack-aiclaude
andcommitted
chore: bump version to 0.3.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c5aaba9 commit 2f6065e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Usage: irm https://raw.githubusercontent.com/whynowlab/jarvis-orb/main/install.ps1 | iex
33

44
$ErrorActionPreference = "Stop"
5-
$Version = "0.3.2"
5+
$Version = "0.3.3"
66
$Repo = "whynowlab/jarvis-orb"
77
$BrainDir = "$env:USERPROFILE\.jarvis-orb"
88
$BrainBin = "$BrainDir\bin"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WHITE='\033[97m'
1616
HOLO='\033[38;2;142;228;255m'
1717

1818
REPO="whynowlab/jarvis-orb"
19-
VERSION="0.3.2"
19+
VERSION="0.3.3"
2020
BRAIN_DIR="$HOME/.jarvis-orb"
2121
BRAIN_BIN="$BRAIN_DIR/bin"
2222

orb/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 = "jarvis-orb"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55

66
[dependencies]

orb/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/nicoptere/tauri/tauri-v2/tooling/cli/schema.json",
33
"productName": "Jarvis Orb",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"identifier": "com.jarvis.orb",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)