Skip to content

Commit

Permalink
Bump version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Jul 4, 2024
1 parent 005907f commit a213ba2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.js
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 docker.client.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine as builder
FROM node:20-alpine AS builder
WORKDIR /app
COPY ./client/package*.json ./
RUN npm ci
Expand Down
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.2"
version = "1.0.3"
description = "Weekly menu planner"
authors = ["Rene Fernandez <[email protected]>"]
license = "GNU General Public License v3 (GPLv3)"
Expand Down

0 comments on commit a213ba2

Please sign in to comment.