Skip to content

Commit 897e063

Browse files
committed
release: v0.8.4
1 parent 85e955a commit 897e063

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
@@ -3,7 +3,7 @@ members = ["packages/rusaint", "packages/rusaint-ffi", "uniffi-bindgen"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.4-dev.0"
6+
version = "0.8.4"
77

88
keywords = ["ssu", "u-saint", "scraping", "parser"]
99
authors = ["Hyomin Koo <me@eatsteak.dev>"]

languages/kotlin/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
group = "dev.eatsteak"
1515
description = "Easy and Reliable SSU u-saint scraper"
16-
version = "0.8.4-dev.0"
16+
version = "0.8.4"
1717

1818
android {
1919
namespace = "dev.eatsteak.rusaint"

0 commit comments

Comments
 (0)