Skip to content

Commit

Permalink
chore: release v1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asadahimeka committed Sep 16, 2023
1 parent 0fde5a2 commit 5035c84
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.12.3",
"version": "1.12.4",
"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.12.3" />
<van-cell center :title="$t('about.version')" clickable label="v1.12.4" />
<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 5035c84

Please sign in to comment.