Skip to content

Commit c34e2cf

Browse files
authored
Version 0.4.1.
2 parents cbe42cf + 9981139 commit c34e2cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abi-software/simulationvuer",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": false,
55
"scripts": {
66
"serve": "vue-cli-service serve --mode static",

src/components/SimulationVuer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<el-button type="primary" size="mini" @click="runSimulation()">Run simulation</el-button>
3737
</div>
3838
<div class="run-on-osparc">
39-
<el-button size="mini" @click="goToOsparc()">Run on oSPARC</el-button>
39+
<el-button size="mini" @click="goToOsparc()">Go to oSPARC</el-button>
4040
</div>
4141
</el-aside>
4242
<div class="plot-vuer" v-show="simulationValid" style="display: grid">

0 commit comments

Comments
 (0)