Skip to content

Commit

Permalink
Prepare to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Nov 20, 2023
1 parent bbacef6 commit bab5fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nginx:1.23.3-alpine as build
LABEL name="mia_template_service_name_placeholder" \
description="%CUSTOM_PLUGIN_SERVICE_DESCRIPTION%" \
eu.mia-platform.url="https://www.mia-platform.eu" \
eu.mia-platform.version="0.1.0"
eu.mia-platform.version="1.0.0"

COPY nginx /etc/nginx

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mia_template_service_name_placeholder",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "vite",
Expand Down

0 comments on commit bab5fff

Please sign in to comment.