Skip to content

Commit

Permalink
πŸ”– Bump version: 1.0.4 β†’ 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVilla424 committed Oct 29, 2024
1 parent 1024288 commit 5580a1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.4
current_version = 1.0.5
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backend"
version = "1.0.4"
version = "1.0.5"
description = "Github CICD Template Repository."
authors = ["B <[email protected]>"]
license = "Other"
Expand Down Expand Up @@ -65,5 +65,5 @@ ensure_newline_before_comments = true
rcfile = ".pylintrc"

[build-system]
requires = ["poetry-core>=1.0.4"]
requires = ["poetry-core>=1.0.5"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.4",
"version": "1.0.5",
"description": "frontend github cicd sample",
"private": "true",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "github-cicd-template"
version = "1.0.4"
version = "1.0.5"
description = "Github CICD Template Repository"
authors = ["B <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 5580a1f

Please sign in to comment.