Skip to content

Commit

Permalink
Merge pull request #312 from arayabrain/release/v1.3.0
Browse files Browse the repository at this point in the history
Release/v1.3.0
  • Loading branch information
itutu-tienday authored Apr 15, 2024
2 parents 5827f46 + 28e72e9 commit 3c473db
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions frontend/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.7039f299.css",
"main.js": "/static/js/main.c38d1373.js",
"main.js": "/static/js/main.79663488.js",
"static/js/522.7dc20eab.chunk.js": "/static/js/522.7dc20eab.chunk.js",
"static/media/logo.png": "/static/media/logo.e44efe3246aecc6d6219.png",
"index.html": "/index.html"
},
"entrypoints": [
"static/css/main.7039f299.css",
"static/js/main.c38d1373.js"
"static/js/main.79663488.js"
]
}
}
2 changes: 1 addition & 1 deletion frontend/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="data:,"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/static/manifest.json"/><title>Digital Marmoset Brain</title><script defer="defer" src="/static/js/main.c38d1373.js"></script><link href="/static/css/main.7039f299.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="data:,"><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/static/manifest.json"/><title>Digital Marmoset Brain</title><script defer="defer" src="/static/js/main.79663488.js"></script><link href="/static/css/main.7039f299.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "studio"
description = "analysis studio"
version = "1.2.0"
version = "1.3.0"
license = "GPL-3.0"
authors = ["Ohki Lab <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3c473db

Please sign in to comment.