Skip to content

Commit

Permalink
Merge pull request #110 from proshunsuke/v3.2.1
Browse files Browse the repository at this point in the history
v3.2.1
  • Loading branch information
proshunsuke authored Dec 19, 2024
2 parents f39de68 + 634e955 commit ad1fa59
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Packaging

# v3.2.1

### Fix

- fix x-talk-app-id version

# v3.2.0

## Changes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "colmsg"
version = "3.2.0"
version = "3.2.1"
authors = ["proshunsuke <[email protected]>"]
categories = ["command-line-utilities"]
description="Save the messages of '櫻坂46メッセージ', '日向坂46メッセージ' and '乃木坂46メッセージ' apps to the local."
Expand Down
8 changes: 4 additions & 4 deletions src/http/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl SHNClient for SClient {
SClient {
client: Client::new(
s_base_url(),
"jp.co.sonymusic.communication.sakurazaka 2.3".to_string(),
"jp.co.sonymusic.communication.sakurazaka 2.4".to_string(),
),
}
}
Expand Down Expand Up @@ -194,7 +194,7 @@ impl SHNClient for HClient {
HClient {
client: Client::new(
h_base_url(),
"jp.co.sonymusic.communication.keyakizaka 2.3".to_string(),
"jp.co.sonymusic.communication.keyakizaka 2.4".to_string(),
),
}
}
Expand Down Expand Up @@ -232,7 +232,7 @@ impl SHNClient for NClient {
NClient {
client: Client::new(
n_base_url(),
"jp.co.sonymusic.communication.nogizaka 2.3".to_string(),
"jp.co.sonymusic.communication.nogizaka 2.4".to_string(),
),
}
}
Expand Down Expand Up @@ -270,7 +270,7 @@ impl SHNClient for AClient {
AClient {
client: Client::new(
a_base_url(),
"jp.co.sonymusic.communication.asukasaito 2.3".to_string(),
"jp.co.sonymusic.communication.asukasaito 2.4".to_string(),
),
}
}
Expand Down

0 comments on commit ad1fa59

Please sign in to comment.