Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leoding86 committed Aug 12, 2024
1 parent ce802a4 commit de6b8b4
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-toolkits",
"version": "6.3.0",
"version": "6.3.1",
"description": "A web extension for adding features on Pixiv and more",
"author": "leoding86 <[email protected]>",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/background/updates/update6_0_0.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import defaultSettings from "@/config/default";
export default async () => {
let settings = await app().getService('setting').getSettings();
let updateSettings = Object.assign({}, defaultSettings, settings, {
version: '6.3.0',
version: '6.3.1',
});

/**
Expand Down

0 comments on commit de6b8b4

Please sign in to comment.