Skip to content

Commit

Permalink
fix(kmkc): revert display version
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione committed Jan 1, 2025
1 parent 6a53966 commit 1be80cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Starting from Rust port of the project, all changes will be put into this file.

## Unreleased

Nothing yet!
### Changes
- `KM`: Revert back constants

## [0.7.0] (2025-01-01)
### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions tosho_kmkc/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ pub static ANDROID_CONSTANTS: LazyLock<Constants> = LazyLock::new(|| {
ua: "okhttp/4.9.3".to_string(),
image_ua: "okhttp/4.9.3".to_string(),
platform: "2",
version: "6.3.5",
display_version: Some("2.3.0"),
version: "6.1.0",
display_version: Some("2.1.5"),
hash: hash_header,
}
});
Expand Down

0 comments on commit 1be80cb

Please sign in to comment.