bump version numbers

This commit is contained in:
2026-03-27 14:53:15 +08:00
parent 8a8e77125a
commit c7a5b50223
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "friendolls-desktop",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"type": "module",
"scripts": {

2
src-tauri/Cargo.lock generated
View File

@@ -1240,7 +1240,7 @@ dependencies = [
[[package]]
name = "friendolls-desktop"
version = "0.1.0"
version = "0.1.4"
dependencies = [
"base64 0.22.1",
"device_query",

View File

@@ -1,6 +1,6 @@
[package]
name = "friendolls-desktop"
version = "0.1.0"
version = "0.1.4"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -16,7 +16,7 @@ pub fn init_network_state() -> NetworkState {
let http_client = reqwest::ClientBuilder::new()
.timeout(std::time::Duration::from_secs(30))
.connect_timeout(std::time::Duration::from_secs(10))
.user_agent("friendolls-desktop/0.1.0")
.user_agent("friendolls-desktop/0.1.4")
.build()
.expect("Client should build");

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "friendolls-desktop",
"version": "0.1.3",
"version": "0.1.4",
"identifier": "com.adamcv.friendolls-desktop",
"build": {
"beforeDevCommand": "pnpm dev",