Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SanyaPilot committed Jun 30, 2022
1 parent 7758cb8 commit 383fb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SettingsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<v-card-text class="text-center">
<img :src="require('../../public/PilotSysMon.svg')" width=250>
<h4 class="text-h4 mb-2 mt-3">PilotSysMon</h4>
<h6 class="text-h6">{{ $t('settings.about.version', ['1.1-rc1']) }}</h6><br/>
<h6 class="text-h6">{{ $t('settings.about.version', ['1.1']) }}</h6><br/>
<p v-html="$t('settings.about.description')"></p><br/>
<h6 class="text-h6">{{ $t('settings.about.contribsTitle') }}</h6>
<div class="d-flex align-center mb-2 justify-space-between" v-for="i in contributors" :key="i.name">
Expand Down

0 comments on commit 383fb22

Please sign in to comment.