Skip to content

Commit

Permalink
chore: release 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi committed Jul 28, 2024
1 parent d2b83af commit 7918a93
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend/funix/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def cli_main():
This function is called when you run `python -m funix` or `funix` from the command line.
"""
plac.call(main, version="Funix 0.5.8")
plac.call(main, version="Funix 0.5.9")


if __name__ == "__main__":
Expand Down
4 changes: 2 additions & 2 deletions backend/funix/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"files": {
"main.css": "/static/css/main.4efb37a3.css",
"main.js": "/static/js/main.279c7e85.js",
"main.js": "/static/js/main.ff2fb548.js",
"index.html": "/index.html"
},
"entrypoints": [
"static/css/main.4efb37a3.css",
"static/js/main.279c7e85.js"
"static/js/main.ff2fb548.js"
]
}
2 changes: 1 addition & 1 deletion backend/funix/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="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Textea Funix React Frontend"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><script src="static/js/d3.v5.js"></script><script src="static/js/mpld3.v0.5.8.js"></script><script src="static/js/jquery-3.7.1.min.js"></script><style>.text-style{margin:0;padding:0;list-style-position:inside}</style><title>Funix</title><script defer="defer" src="/static/js/main.279c7e85.js"></script><link href="/static/css/main.4efb37a3.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="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="Textea Funix React Frontend"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><script src="static/js/d3.v5.js"></script><script src="static/js/mpld3.v0.5.8.js"></script><script src="static/js/jquery-3.7.1.min.js"></script><style>.text-style{margin:0;padding:0;list-style-position:inside}</style><title>Funix</title><script defer="defer" src="/static/js/main.ff2fb548.js"></script><link href="/static/css/main.4efb37a3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions backend/funix/build/static/js/main.279c7e85.js

This file was deleted.

2 changes: 2 additions & 0 deletions backend/funix/build/static/js/main.ff2fb548.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ PERFORMANCE OF THIS SOFTWARE.
*/

/**
* @mui/styled-engine v5.15.9
* @mui/styled-engine v5.14.7
*
* @license MIT
* This source code is licensed under the MIT license found in the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "funix"
version = "0.5.8"
version = "0.5.9"
authors = [
{name = "Textea Inc.", email = "forrestbao@gmail.com"}
]
Expand Down

0 comments on commit 7918a93

Please sign in to comment.