Skip to content

Commit fbf1c02

Browse files
committed
Bump version to 0.2.2
This change bumps the program's version to 0.2.2. The following notable changes have been made since 0.2.1: - Introduced "dark mode" support - Added enable_dark_mode member to GameConfig type
1 parent 893c330 commit fbf1c02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.2.2
2+
-----
33
- Introduced "dark mode" support
44
- Added `enable_dark_mode` member to `GameConfig` type
55

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "tetromino"
10-
version = "0.2.1"
10+
version = "0.2.2"
1111
authors = ["Daniel Mueller <[email protected]>"]
1212
edition = "2021"
1313
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)