Skip to content

Commit

Permalink
Change the version to deploy on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
acheype committed Feb 27, 2018
1 parent af9309a commit 4150432
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
springboot-app:
container_name: malariaplantdb-web
image: acheype/malariaplantdb-web:0.9.3
image: acheype/malariaplantdb-web:0.9.4
ports:
- "80:80"
links:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "malariaplantdb",
"version": "0.9.3",
"version": "0.9.4",
"description": "Database of medicinal plants against malaria",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>nc.ird.malariaplantdb</groupId>
<artifactId>malariaplantdb</artifactId>
<version>0.9.3</version>
<version>0.9.4</version>
<packaging>war</packaging>
<name>malariaplantdb</name>

Expand Down

0 comments on commit 4150432

Please sign in to comment.