Skip to content

Commit 06b7514

Browse files
author
Todd Harris
committed
v1.4.9 hotfix for changes to the expression model
1 parent 4a7daa0 commit 06b7514

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.4.9] - 2022-08-04
6+
- Pulling in fixes for the expression pattern widget
7+
58
## [1.4.8] - 2022-06-12
69
- We all grok what's happening now; version bump only
710

Dockerrun.aws.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSEBDockerrunVersion": 1,
33
"Image": {
4-
"Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.4.8",
4+
"Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.4.9",
55
"Update": "true"
66
},
77
"Ports": [

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.4.8"
2+
WORMBASE_REST_VERSION ?= "1.4.9"
33
EBX_CONFIG := .ebextensions/.config
44
WB_DB_URI ?= $(shell sed -rn 's|value:(.*)|\1|p' \
55
${EBX_CONFIG} | tr -d " " | head -n 1)

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.4.8"
1+
(defproject wormbase/rest-api "1.4.9"
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)