Skip to content

Commit

Permalink
chore: Update package versions to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Aug 25, 2024
1 parent ced3e42 commit f5eedb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2",
"version": "1.0.3",
"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.2";
export const PACKAGE_VERSION = "1.0.3";
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.2"
version = "1.0.3"
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 f5eedb7

Please sign in to comment.