From 0ca05b178bef9688f872977bdfb4bdd2465fde59 Mon Sep 17 00:00:00 2001 From: IsraelAraujo70 Date: Thu, 30 Apr 2026 10:44:13 -0300 Subject: [PATCH] chore(release): bump version to 0.1.3 First release with auto-update via tauri-plugin-updater. Existing 0.1.2 installs still need a manual upgrade; from 0.1.3 forward the sidebar pill drives the flow end-to-end. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b55e0a2..30c51d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prism", "private": true, - "version": "0.1.2", + "version": "0.1.3", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4e210d6..ad0a452 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3071,7 +3071,7 @@ dependencies = [ [[package]] name = "prism" -version = "0.1.2" +version = "0.1.3" dependencies = [ "log", "open", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 82cd3a5..516200f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prism" -version = "0.1.2" +version = "0.1.3" description = "Desktop client for GitHub Pull Requests." authors = ["Israel Araujo de Oliveira"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a1bf06e..f353b43 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Prism", - "version": "0.1.2", + "version": "0.1.3", "identifier": "io.github.israelaraujo70.prism", "build": { "frontendDist": "../dist",