Skip to content

Commit

Permalink
v0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tthzwq committed Oct 27, 2023
1 parent 29b4390 commit 093fad7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
const { data } = await github.rest.repos.createRelease({
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: `app-v${process.env.PACKAGE_VERSION}`,
name: `Desktop App v${process.env.PACKAGE_VERSION}`,
tag_name: `v${process.env.PACKAGE_VERSION}`,
name: `Music App v${process.env.PACKAGE_VERSION}`,
body: 'Take a look at the assets to download and install this app.',
draft: true,
prerelease: false
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": "netease-cloud-music",
"private": true,
"version": "0.0.0",
"version": "0.0.1-alpha.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netease-cloud-music"
version = "0.0.0"
version = "0.0.1"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "netease-cloud-music",
"version": "0.0.0"
"version": "0.0.1"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -49,7 +49,7 @@
{
"fullscreen": false,
"resizable": true,
"title": "netease-cloud-music",
"title": "网易云音乐",
"width": 1002,
"height": 670,
"minWidth": 1002,
Expand Down

0 comments on commit 093fad7

Please sign in to comment.