chore(release): set APP_VERSION and stamp assets to v1.6.10 [skip ci]
This commit is contained in:
@@ -21,10 +21,10 @@ if (isset($_GET['spec'])) {
|
|||||||
<title>FileRise API Docs</title>
|
<title>FileRise API Docs</title>
|
||||||
|
|
||||||
<!-- Local ReDoc bundle -->
|
<!-- Local ReDoc bundle -->
|
||||||
<script defer src="/vendor/redoc/redoc.standalone.js?v=dev"></script>
|
<script defer src="/vendor/redoc/redoc.standalone.js?v=1.6.10"></script>
|
||||||
|
|
||||||
<!-- Your init (also local) -->
|
<!-- Your init (also local) -->
|
||||||
<script defer src="/js/redoc-init.js?v=dev"></script>
|
<script defer src="/js/redoc-init.js?v=1.6.10"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<redoc spec-url="/api.php?spec=1"></redoc>
|
<redoc spec-url="/api.php?spec=1"></redoc>
|
||||||
|
|||||||
@@ -11,28 +11,28 @@
|
|||||||
<meta name="share-url" content="">
|
<meta name="share-url" content="">
|
||||||
|
|
||||||
<style>.main-wrapper{display:none}#loadingOverlay{position:fixed;inset:0;background:var(--bg-color,#fff);z-index:9999;display:flex;align-items:center;justify-content:center}</style>
|
<style>.main-wrapper{display:none}#loadingOverlay{position:fixed;inset:0;background:var(--bg-color,#fff);z-index:9999;display:flex;align-items:center;justify-content:center}</style>
|
||||||
<link rel="stylesheet" href="/css/vendor/roboto.css?v=dev">
|
<link rel="stylesheet" href="/css/vendor/roboto.css?v=1.6.10">
|
||||||
<link rel="stylesheet" href="/css/vendor/material-icons.css?v=dev">
|
<link rel="stylesheet" href="/css/vendor/material-icons.css?v=1.6.10">
|
||||||
|
|
||||||
<!-- Bootstrap CSS (local) -->
|
<!-- Bootstrap CSS (local) -->
|
||||||
<link rel="stylesheet" href="/vendor/bootstrap/4.5.2/bootstrap.min.css?v=dev">
|
<link rel="stylesheet" href="/vendor/bootstrap/4.5.2/bootstrap.min.css?v=1.6.10">
|
||||||
|
|
||||||
<!-- CodeMirror CSS (local) -->
|
<!-- CodeMirror CSS (local) -->
|
||||||
<link rel="stylesheet" href="/vendor/codemirror/5.65.5/codemirror.min.css?v=dev">
|
<link rel="stylesheet" href="/vendor/codemirror/5.65.5/codemirror.min.css?v=1.6.10">
|
||||||
<link rel="stylesheet" href="/vendor/codemirror/5.65.5/theme/material-darker.min.css?v=dev">
|
<link rel="stylesheet" href="/vendor/codemirror/5.65.5/theme/material-darker.min.css?v=1.6.10">
|
||||||
|
|
||||||
<!-- app CSS -->
|
<!-- app CSS -->
|
||||||
<link rel="stylesheet" href="/css/styles.css?v=dev">
|
<link rel="stylesheet" href="/css/styles.css?v=1.6.10">
|
||||||
|
|
||||||
<!-- Libraries (JS) -->
|
<!-- Libraries (JS) -->
|
||||||
<script src="/vendor/dompurify/2.4.0/purify.min.js?v=dev"></script>
|
<script src="/vendor/dompurify/2.4.0/purify.min.js?v=1.6.10"></script>
|
||||||
<script src="/vendor/fuse/6.6.2/fuse.min.js?v=dev"></script>
|
<script src="/vendor/fuse/6.6.2/fuse.min.js?v=1.6.10"></script>
|
||||||
<script src="/vendor/resumable/1.1.0/resumable.min.js?v=dev"></script>
|
<script src="/vendor/resumable/1.1.0/resumable.min.js?v=1.6.10"></script>
|
||||||
|
|
||||||
<!-- CodeMirror core FIRST, then modes -->
|
<!-- CodeMirror core FIRST, then modes -->
|
||||||
<script src="/vendor/codemirror/5.65.5/codemirror.min.js?v=dev"></script>
|
<script src="/vendor/codemirror/5.65.5/codemirror.min.js?v=1.6.10"></script>
|
||||||
|
|
||||||
<script src="/js/version.js?v=dev"></script>
|
<script src="/js/version.js?v=1.6.10"></script>
|
||||||
<script type="module" src="/js/main.js"></script>
|
<script type="module" src="/js/main.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
// generated by CI
|
// generated by CI
|
||||||
window.APP_VERSION = 'v1.6.9';
|
window.APP_VERSION = 'v1.6.10';
|
||||||
|
|||||||
Reference in New Issue
Block a user