From e21acc2ee1762e85f341c95d0bba56a8f4cb832d Mon Sep 17 00:00:00 2001 From: ospab Date: Thu, 9 Jul 2026 02:49:33 +0300 Subject: [PATCH] docs: update references from nightly to alpha --- Cargo.toml | 2 +- ostp-flutter/pubspec.yaml | 2 +- ostp-gui/package.json | 2 +- ostp-gui/src-tauri/Cargo.toml | 2 +- ostp-gui/src-tauri/tauri.conf.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ea0b97..49910af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" [workspace.package] edition = "2021" license = "AGPL-3.0" -version = "0.4.4" +version = "0.4.5" [workspace.dependencies] anyhow = "1.0" diff --git a/ostp-flutter/pubspec.yaml b/ostp-flutter/pubspec.yaml index 65d9b9d..e3fbe09 100644 --- a/ostp-flutter/pubspec.yaml +++ b/ostp-flutter/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.4.4+16 +version: 0.4.5+17 environment: sdk: ^3.11.4 diff --git a/ostp-gui/package.json b/ostp-gui/package.json index 2ac953c..87f0f9a 100644 --- a/ostp-gui/package.json +++ b/ostp-gui/package.json @@ -1,7 +1,7 @@ { "name": "ostp-gui", "private": true, - "version": "0.4.4", + "version": "0.4.5", "type": "module", "scripts": { "tauri": "tauri", diff --git a/ostp-gui/src-tauri/Cargo.toml b/ostp-gui/src-tauri/Cargo.toml index 82e51ff..5676ce5 100644 --- a/ostp-gui/src-tauri/Cargo.toml +++ b/ostp-gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostp-gui" -version = "0.4.4" +version = "0.4.5" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/ostp-gui/src-tauri/tauri.conf.json b/ostp-gui/src-tauri/tauri.conf.json index 5fd93b1..94815b3 100644 --- a/ostp-gui/src-tauri/tauri.conf.json +++ b/ostp-gui/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ostp-gui", - "version": "0.4.4", + "version": "0.4.5", "identifier": "com.ospab.ostp", "build": { "frontendDist": "../src"