Skip to content

Commit

Permalink
chore(release): v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Jun 23, 2024
1 parent 455ad6b commit a648814
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/cli",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"description": "Weibo archiver CLI tool",
"author": "Chilfish",
"module": "./dist/weibo-archiver.mjs",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let config: Config
const main = defineCommand({
meta: {
name: 'weibo-archiver',
version: '0.4.0',
version: '0.4.1',
description: 'Weibo archiver 命令行版本',
},
args: {
Expand Down
2 changes: 1 addition & 1 deletion apps/monkey/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/monkey",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"author": "Chilfish",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/web",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "",
"author": "Chilfish",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weibo-archiver",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"description": "Archive your Weibo posts before being banned completely.",
"author": {
"name": "Chilfish",
Expand Down

0 comments on commit a648814

Please sign in to comment.