diff --git a/client/package.json b/client/package.json index 2778d6ea..4e6e2dc7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "1.0.2", + "version": "1.0.3", "homepage": "/", "private": true, "dependencies": { diff --git a/client/src/version.ts b/client/src/version.ts index 595a9177..af7f3487 100644 --- a/client/src/version.ts +++ b/client/src/version.ts @@ -1,2 +1,2 @@ -export const PACKAGE_VERSION = "1.0.2"; +export const PACKAGE_VERSION = "1.0.3"; export default { PACKAGE_VERSION }; diff --git a/pyproject.toml b/pyproject.toml index fe77a03a..57e8b6bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-or-later"