Skip to content

Commit 6d5848c

Browse files
author
Todd Harris
committed
1.4.7 - fixing collision with a pre-existing PR
1 parent 2a580e1 commit 6d5848c

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.7] - 2022-06-12
6+
- fixing collision with prior pr
7+
58
## [1.4.6] - 2022-06-12
69
- initial release for WS285
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.6",
4+
"Name": "357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.4.7",
55
"Update": "true"
66
},
77
"Ports": [

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