Skip to content

Commit

Permalink
Add change log for version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Sep 28, 2016
1 parent 141d3ee commit b651bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ A public instance of TBro with the Venus Flytrap transcriptome: [http://tbro.car
## Host your own instance
Docker images are available: [https://hub.docker.com/u/tbroteam/]()
## Changes
### 1.1.0 <2016-09-28 Mo>
- Add custom annotations
### 1.0.0 <2016-04-18 Mo>
- First stable release
2 changes: 1 addition & 1 deletion src/web/wwwroot/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
require_once('TranscriptDB/webservices/cart/Sync.php');
$smarty->assign('regexCartName', \webservices\cart\Sync::$regexCartName);

$smarty->assign('tbro_version', '1.0.0');
$smarty->assign('tbro_version', '1.1.0');
$smarty->assign('instance_title', INSTANCE_TITLE);
$smarty->assign('logo_url', LOGO_URL);

Expand Down

0 comments on commit b651bec

Please sign in to comment.