Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
bmesuere committed Jun 14, 2021

Verified

This commit was signed with the committer’s verified signature.
zajca Martin Zajíc
1 parent 013c148 commit 859c5f1
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vlinder-dashboard",
"version": "1.1.7",
"version": "1.1.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
2 changes: 1 addition & 1 deletion dashboard/src/App.vue
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ import { Vue, Component } from 'vue-property-decorator';
components: { }
})
export default class App extends Vue {
version = '1.1.5'
version = '1.1.8'
}
</script>

0 comments on commit 859c5f1

Please sign in to comment.