Skip to content

Commit

Permalink
v59
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Nov 10, 2023
1 parent eb83fc4 commit c9b3938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To create a new docker image run:

```
mvn clean package
docker build -t mag:v030 .
docker build -t mag:v059 .
```

Where "mag" is the image name and v030 is the version. Then push to a registry.
Expand Down
2 changes: 1 addition & 1 deletion angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mag-client",
"version": "2.5.54",
"version": "2.5.59",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit c9b3938

Please sign in to comment.