Skip to content

Commit a4ffa50

Browse files
committed
update sdk version to 1.9.0
1 parent a417733 commit a4ffa50

File tree

10 files changed

+848
-647
lines changed

10 files changed

+848
-647
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Ergonomic Rust bindings to the [Discord Embedded App SDK](https://github.com/dis
44

55
## Features
66

7+
Currently bundled SDK version: `1.9.0`.
8+
79
- [x] Support for all commands
810
- [x] Support for all events
911
- [x] No JS required

activity-build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "activity-build"
3-
version = "0.1.3"
3+
version = "0.9.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Build tool for Discord activities in Rust"

0 commit comments

Comments
 (0)