Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Dec 8, 2023
1 parent 3b9e2f6 commit 1753537
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.0",
"version": "1.0.1",
"homepage": "/",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const PACKAGE_VERSION = "0.4.0";
export const PACKAGE_VERSION = "1.0.1";
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 = "cociplan"
version = "1.0.0"
version = "1.0.1"
description = "Weekly menu planner"
authors = ["Rene Fernandez <[email protected]>"]
license = "GNU General Public License v3 (GPLv3)"
Expand Down

0 comments on commit 1753537

Please sign in to comment.