Skip to content

Commit bfecd92

Browse files
authored
Merge pull request #134 from togglebyte/dev
version bump
2 parents c979618 + 6e3999a commit bfecd92

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.8"
4+
version = "0.2.9"
55
license = "MIT"
66
description = "Create beautiful, easily customisable terminal applications"
77
keywords = ["tui", "terminal", "widgets", "ui", "layout"]
@@ -39,24 +39,24 @@ workspace = true
3939

4040
[workspace.package]
4141
edition = "2024"
42-
version = "0.2.8"
42+
version = "0.2.9"
4343

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

6161
[workspace]
6262
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.8" }
12+
anathema = { path = "../", version = "0.2.9" }
1313

1414
[lints]
1515
workspace = true

0 commit comments

Comments
 (0)