Skip to content

Commit 2ff19a7

Browse files
committed
version 0.2.11
1 parent 4b9ace6 commit 2ff19a7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anathema"
33
edition = "2024"
4-
version = "0.2.10"
4+
version = "0.2.11"
55
license = "MIT"
66
description = "Create beautiful, easily customisable terminal applications"
77
keywords = ["tui", "terminal", "widgets", "ui", "layout"]
@@ -40,24 +40,24 @@ workspace = true
4040

4141
[workspace.package]
4242
edition = "2024"
43-
version = "0.2.10"
43+
version = "0.2.11"
4444

4545
[workspace.dependencies]
4646
bitflags = "2.4.1"
4747
crossterm = "0.28.1"
4848
unicode-width = "0.1.11"
4949
flume = "0.11.0"
5050
notify = "6.1.1"
51-
anathema-default-widgets = { path = "./anathema-default-widgets", version = "0.2.10" }
52-
anathema-backend = { path = "./anathema-backend", version = "0.2.10" }
53-
anathema-runtime = { path = "./anathema-runtime", version = "0.2.10" }
54-
anathema-state = { path = "./anathema-state", version = "0.2.10" }
55-
anathema-state-derive = { path = "./anathema-state-derive", version = "0.2.10" }
56-
anathema-store = { path = "./anathema-store", version = "0.2.10" }
57-
anathema-templates = { path = "./anathema-templates", version = "0.2.10" }
58-
anathema-widgets = { path = "./anathema-widgets", version = "0.2.10" }
59-
anathema-geometry = { path = "./anathema-geometry", version = "0.2.10" }
60-
anathema-value-resolver = { path = "./anathema-value-resolver", version = "0.2.10" }
51+
anathema-default-widgets = { path = "./anathema-default-widgets", version = "0.2.11" }
52+
anathema-backend = { path = "./anathema-backend", version = "0.2.11" }
53+
anathema-runtime = { path = "./anathema-runtime", version = "0.2.11" }
54+
anathema-state = { path = "./anathema-state", version = "0.2.11" }
55+
anathema-state-derive = { path = "./anathema-state-derive", version = "0.2.11" }
56+
anathema-store = { path = "./anathema-store", version = "0.2.11" }
57+
anathema-templates = { path = "./anathema-templates", version = "0.2.11" }
58+
anathema-widgets = { path = "./anathema-widgets", version = "0.2.11" }
59+
anathema-geometry = { path = "./anathema-geometry", version = "0.2.11" }
60+
anathema-value-resolver = { path = "./anathema-value-resolver", version = "0.2.11" }
6161

6262
[workspace]
6363
members = [

anathema-testutils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/togglebyte/anathema"
99
repository = "https://github.com/togglebyte/anathema"
1010

1111
[dependencies]
12-
anathema = { path = "../", version = "0.2.10" }
12+
anathema = { path = "../", version = "0.2.11" }
1313

1414
[lints]
1515
workspace = true

0 commit comments

Comments
 (0)