Skip to content
Snippets Groups Projects
Commit 0ceed843 authored by Ondřej Váně's avatar Ondřej Váně
Browse files

Version 0.0.2 released

parent 7be18951
No related branches found
Tags 0.0.2
No related merge requests found
......@@ -12,7 +12,7 @@
<groupId>cz.zcu.kiv.aswi</groupId>
<artifactId>fulltextsearch</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Fulltext Search</name>
......
......@@ -10,7 +10,7 @@ services:
fulltextsearch-backend:
build:
./be/fulltextsearch
image: ondrejvane/fulltextsearch-backend:0.0.1
image: ondrejvane/fulltextsearch-backend:0.0.2
container_name: fulltextsearch-backend
ports:
- 8080:8080
......@@ -20,7 +20,7 @@ services:
fulltextsearch-fronted:
build:
./fe/fulltextsearch
image: ondrejvane/fulltextsearch-frontend:0.0.1
image: ondrejvane/fulltextsearch-frontend:0.0.2
container_name: fulltextsearch-frontend
ports:
- 4200:80
......
{
"name": "fulltextsearch",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment