Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed May 7, 2021
1 parent b809a95 commit 3c12a6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/schema/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: "2.0"
paths: {} # Will be filled by Flasgger.
info:
title: TARGER API
version: 0.1.13
version: 1.0.0
description: |
Demo API for our [ACL 2019 paper](https://doi.org/10.18653/v1/P19-3031):
_TARGER: Neural Argument Mining at Your Fingertips_
Expand Down
4 changes: 2 additions & 2 deletions helm/targer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ maintainers:

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.1.13
appVersion: 1.0.0

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.25
version: 1.0.0
4 changes: 2 additions & 2 deletions helm/targer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
frontend:
# url: https://demo.webis.de/targer/
port: 30294
image: webis/targer-frontend:0.1.13
image: webis/targer-frontend:1.0.0
replicas: 3

backend:
url: https://demo.webis.de/targer-api/
port: 30293
root: /targer-api
image: webis/targer-backend:0.1.13
image: webis/targer-backend:1.0.0
replicas: 3
# Paths of models on each host's file system.
modelsPath: /mnt/ceph/storage/data-in-production/data-research/acqua/targer/models/
Expand Down

0 comments on commit 3c12a6c

Please sign in to comment.