Skip to content

Commit

Permalink
chore: Update package and project versions to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Sep 4, 2024
1 parent 40f6495 commit 0ea3bef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.0.4-beta.13",
"version": "1.0.4",
"homepage": "/",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const PACKAGE_VERSION = "1.0.4-beta.13";
export const PACKAGE_VERSION = "1.0.4";
export default { PACKAGE_VERSION };
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 = "buho-stocks"
version = "1.0.4-beta.12"
version = "1.0.4"
description = "Application to manage and track a stocks portfolio with dividends and return for a Buy & Hold investmentinvestment strategy."
authors = ["Rene Fernandez <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 0ea3bef

Please sign in to comment.