Skip to content

Commit

Permalink
bump version for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
PatWie committed Jun 30, 2019
1 parent c92e07f commit 0e5b661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ steps:
- cp /tmp/infomark/api.yaml /drone/src/docs/static/swagger/api.yaml
- mkdir /tmp/infomark-ui
- cd /tmp/infomark-ui
- wget https://github.com/cgtuebingen/infomark-ui/releases/download/$${FRONTEND_VERSION}/infomark-ui.tar.gz
- wget https://github.com/infomark-org/infomark-ui/releases/download/$${FRONTEND_VERSION}/infomark-ui.tar.gz
- tar -xzvf infomark-ui.tar.gz
- rm infomark-ui.tar.gz
- mkdir -p /tmp/infomark/static
Expand Down Expand Up @@ -105,6 +105,6 @@ trigger:
- tag
---
kind: signature
hmac: a6682fd2590e1afce3a8c719462b1910eb019dddbb5e6c640602bf75cbc3ecb3
hmac: a8773ab882fd72a225e6d33fdbe7e24687964432809732e7dbf4169f636245cb

...
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
BACKEND_VERSION=0.0.1beta-3
FRONTEND_VERSION=0.0.1alpha24
FRONTEND_VERSION=0.0.1beta-3

0 comments on commit 0e5b661

Please sign in to comment.