Skip to content

Commit bab5fff

Browse files
committed
Prepare to version 1.0.0
1 parent bbacef6 commit bab5fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM nginx:1.23.3-alpine as build
33
LABEL name="mia_template_service_name_placeholder" \
44
description="%CUSTOM_PLUGIN_SERVICE_DESCRIPTION%" \
55
eu.mia-platform.url="https://www.mia-platform.eu" \
6-
eu.mia-platform.version="0.1.0"
6+
eu.mia-platform.version="1.0.0"
77

88
COPY nginx /etc/nginx
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mia_template_service_name_placeholder",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"start": "vite",

0 commit comments

Comments
 (0)