Skip to content

Commit

Permalink
chore: release v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asadahimeka committed Jul 8, 2023
1 parent 0294557 commit 5caa8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixiv-viewer",
"version": "1.10.5",
"version": "1.10.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Setting/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<top-bar id="top-bar-wrap" />
<h3 class="af_title">{{ $t('about.title') }}</h3>
<van-cell-group :title="$t('about.about_site')">
<van-cell center :title="$t('about.version')" clickable label="v1.10.5" />
<van-cell center :title="$t('about.version')" clickable label="v1.10.6" />
<van-cell center :title="$t('about.disclaimer')" is-link :label="$t('tips.click_view')" to="/setting/about/disclaimer" />
<van-cell
center
Expand Down

0 comments on commit 5caa8f5

Please sign in to comment.