We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6bf42f + 2230422 commit d393f53Copy full SHA for d393f53
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
jobs:
8
Build-AppImage:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
10
steps:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-python@v4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tiplot",
3
- "version": "1.1.4",
+ "version": "1.1.5",
4
"private": true,
5
"homepage": "./",
"proxy": "http://localhost:5000",
0 commit comments