Skip to content

Commit

Permalink
Merge pull request #105 from Sherlockouo/feat_update_version
Browse files Browse the repository at this point in the history
feat: update version to 2.7.4
  • Loading branch information
Sherlockouo authored Jan 20, 2024
2 parents 3aa5cd7 + 20cd9f9 commit fcaedd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r3playx",
"productName": "R3PLAYX",
"private": true,
"version": "2.7.3",
"version": "2.7.4",
"description": "A nifty third-party NetEase Music player",
"homepage": "https://github.com/sherlockouo/music",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "desktop",
"productName": "R3PLAYX",
"private": true,
"version": "2.7.3",
"version": "2.7.4",
"main": "./main/index.js",
"author": "qier222 <[email protected]> && feng <[email protected]>",
"homepage": "https://github.com/sherlockouo/music",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "2.7.3",
"version": "2.7.4",
"description": "This project was bootstrapped with Fastify-CLI.",
"main": "app.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "2.7.3",
"version": "2.7.4",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
Expand Down

0 comments on commit fcaedd4

Please sign in to comment.