Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M4n0x committed Feb 23, 2022
1 parent 18b5ebe commit f16c70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
frontend:
image: hbpmip/mip-ebrains-eu:latest
image: hbpmip/mip-ebrains-eu:1.0.0
restart: always
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "./enable-md-image-local.sh && vue-cli-service serve",
Expand Down

0 comments on commit f16c70e

Please sign in to comment.