Skip to content

Commit 899e512

Browse files
committed
chore: bump version to 0.1.12
1 parent 75a5d9e commit 899e512

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

plugins/titan-plugin-git/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = [{include = "titan_plugin_git"}]
77

88
[tool.poetry.dependencies]
99
python = ">=3.10"
10-
titan-cli = ">=0.1.11"
10+
titan-cli = ">=0.1.12"
1111

1212
[build-system]
1313
requires = ["poetry-core>=1.0.0"]

plugins/titan-plugin-github/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = [{include = "titan_plugin_github"}]
77

88
[tool.poetry.dependencies]
99
python = ">=3.10"
10-
titan-cli = ">=0.1.11"
10+
titan-cli = ">=0.1.12"
1111

1212
[build-system]
1313
requires = ["poetry-core>=1.0.0"]

plugins/titan-plugin-jira/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = [{include = "titan_plugin_jira"}]
77

88
[tool.poetry.dependencies]
99
python = ">=3.10"
10-
titan-cli = ">=0.1.11"
10+
titan-cli = ">=0.1.12"
1111
requests = ">=2.31.0"
1212
pydantic = ">=2.0.0"
1313
jinja2 = ">=3.0.0"

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "titan-cli"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "Modular development tools orchestrator - Streamline your workflows with AI integration and intuitive terminal UI"
55
authors = ["MasOrange Apps Team <apps-management-stores@masorange.es>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)