Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsDemetrio authored and ThisIsDemetrio committed Dec 30, 2024
1 parent 29a17e1 commit a84b2f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2] 2024-12-30

## [0.0.1] 2024-12-30

### Fix
Expand Down
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.17.2-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.0.1"
eu.mia-platform.version="0.0.2"

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,7 +1,7 @@
{
"name": "mia_template_service_name_placeholder",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"start": "vite",
Expand Down

0 comments on commit a84b2f5

Please sign in to comment.