Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
sanbox-irl committed Dec 11, 2023

Verified

This commit was signed with the committer’s verified signature.
nekodex Jamie Taylor
1 parent 4cbf9d6 commit ecc87d8
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

## [unreleased]

## [2.0.2] - 2023-12-10

- Bumped math versions.

## [2.0.1] - 2023-02-19

- Added better support for delayed tweens, including an example in `examples/delayed_tween.rs`
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tween"
version = "2.0.1"
version = "2.0.2"
edition = "2021"
authors = ["Jonathan Spira <jjspira@gmail.com>"]
license = "MIT OR Apache-2.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
To install, add the following to your Cargo.toml:

```toml
tween = "2.0.1"
tween = "2.0.2"
```

You can make a Tweener, like this:

0 comments on commit ecc87d8

Please sign in to comment.