Skip to content

Commit

Permalink
Merge pull request #119 from Sherlockouo/feat_update_version
Browse files Browse the repository at this point in the history
fix: update version
  • Loading branch information
Sherlockouo authored Feb 18, 2024
2 parents 8c039df + cb6625d commit 52ff0b0
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.4",
"version": "2.7.5",
"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.4",
"version": "2.7.5",
"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.4",
"version": "2.7.5",
"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.4",
"version": "2.7.5",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
Expand Down

0 comments on commit 52ff0b0

Please sign in to comment.