Skip to content

Commit e3e585f

Browse files
committed
release 1.5.1
1 parent a0995e0 commit e3e585f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ebextensions/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
option_settings:
22
- option_name: WB_DB_URI
3-
value: datomic:ddb://us-east-1/WS286/wormbase
3+
value: datomic:ddb://us-east-1/WS287/wormbase
44
- option_name: _JAVA_OPTIONS
55
value: "-Xmx13g"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := wormbase/rest
2-
WORMBASE_REST_VERSION ?= "1.5.0"
2+
WORMBASE_REST_VERSION ?= "1.5.1"
33
EBX_CONFIG := .ebextensions/.config
44
WB_DB_URI ?= $(shell sed -rn 's|value:(.*)|\1|p' \
55
${EBX_CONFIG} | tr -d " " | head -n 1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ eb deploy
3737
## Setting environment variables
3838

3939
```bash
40-
export WB_DB_URI="datomic:ddb://us-east-1/WS285/wormbase"
40+
export WB_DB_URI="datomic:ddb://us-east-1/WS287/wormbase"
4141
```
4242

4343
## Starting server in development

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.7"
22
services:
33
wormbase_api:
4-
image: 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.5.0
4+
image: 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.5.1
55
ports:
66
- "80:3000"
77
environment:

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject wormbase/rest-api "1.5.0"
1+
(defproject wormbase/rest-api "1.5.1"
22
:description
33
"REST API for retrieving data from datomic on a per widget basis"
44
:url "https://github.com/WormBase/wormbase-rest"

0 commit comments

Comments
 (0)