Bumped version number.

pull/137/head v2.4.0
Cédric Bonhomme 2018-05-14 11:35:34 +02:00
parent 59fd142251
commit 8c02ffeece
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,17 @@
MONARC Changelog MONARC Changelog
================ ================
## 2.4.0 (2018-05-14)
### New
- the dashboard of MONARC has been entirely revamped and is now using D3.js.
### Fix
- restart from an existing analysis (#87).
## 2.3.0 (2018-04-27) ## 2.3.0 (2018-04-27)
### New ### New

View File

@ -1 +1 @@
{"major":2, "minor":3, "hotfix":0} {"major":2, "minor":4, "hotfix":0}

View File

@ -1,6 +1,6 @@
{ {
"name": "MONARC", "name": "MONARC",
"version": "2.3.0", "version": "2.4.0",
"description": "MONARC Frontoffice App", "description": "MONARC Frontoffice App",
"private": true, "private": true,
"repository": { "repository": {