Skip to content

Commit

Permalink
4.1 -> 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed May 4, 2024
1 parent 7d468d7 commit 50026ba
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rusty_spine

Spine runtime for Rust (and wasm!) transpiled from the official C Runtime. Supports [Spine 4.1](http://esotericsoftware.com/).
Spine runtime for Rust (and wasm!) transpiled from the official C Runtime. Supports [Spine 4.2](http://esotericsoftware.com/).

```
[dependencies]
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Spine runtime for Rust (and wasm!) transpiled from the official C Runtime. Supports Spine 4.1.
//! Spine runtime for Rust (and wasm!) transpiled from the official C Runtime. Supports Spine 4.2.
//!
//! For a very quick working example, see [`controller`].
//!

0 comments on commit 50026ba

Please sign in to comment.