Skip to content

Commit e0b8672

Browse files
authored
Fix table (#48)
* fix table * increment version number
1 parent 1ec9a33 commit e0b8672

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-windows-executable-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
OPENMS_VERSION: 3.2.0
1515
PYTHON_VERSION: 3.11.0
1616
# Name of the installer
17-
APP_NAME: FLASHApp-0.9.8
17+
APP_NAME: FLASHApp-0.9.9
1818
APP_UpgradeCode: "69ae44ad-d554-4e3c-8715-7c4daf60f8bb"
1919

2020
jobs:

js-component/dist/assets/index-b4d6289d.js renamed to js-component/dist/assets/index-e3688e10.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js-component/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" href="./favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>openms-streamlit-vue-component</title>
8-
<script type="module" crossorigin src="./assets/index-b4d6289d.js"></script>
8+
<script type="module" crossorigin src="./assets/index-e3688e10.js"></script>
99
<link rel="stylesheet" href="./assets/index-2a33ceff.css">
1010
</head>
1111
<body>

settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-name": "FLASHApp",
33
"github-user": "OpenMS",
4-
"version": "0.9.8",
4+
"version": "0.9.9",
55
"repository-name": "FLASHApp",
66
"analytics": {
77
"google-analytics": {

0 commit comments

Comments
 (0)