Skip to content

Commit

Permalink
chore: Bump version to 1.2.0 in package.json and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Jul 7, 2024
1 parent 4800f7c commit 7c6b93f
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.1.0",
"version": "1.2.0",
"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 = "1.1.0";
export const PACKAGE_VERSION = "1.2.0";
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.1.0"
version = "1.2.0"
description = "Weekly menu planner"
authors = ["Rene Fernandez <[email protected]>"]
license = "GNU General Public License v3 (GPLv3)"
Expand Down

0 comments on commit 7c6b93f

Please sign in to comment.