Skip to content

Commit 628aba8

Browse files
committed
chore: bump version to 0.1.4
1 parent d8f377e commit 628aba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uapi-sdk-rust"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "UAPI Rust SDK - idiomatic, typed, domain-driven API client."

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use tracing::{debug, instrument};
1313
use url::Url;
1414

1515
static DEFAULT_BASE: &str = "https://uapis.cn/api/v1/";
16-
static DEFAULT_UA: &str = "uapi-sdk-rust/0.1.3";
16+
static DEFAULT_UA: &str = "uapi-sdk-rust/0.1.4";
1717
static DEFAULT_BASE_URL: Lazy<Url> =
1818
Lazy::new(|| Url::parse(DEFAULT_BASE).expect("valid default base"));
1919

0 commit comments

Comments
 (0)