Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Asta committed May 13, 2024
1 parent 1358506 commit a28f5f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

## 파일이 손상되었기 때문에 열 수 없습니다.
아래 두 명령어를 써주시면 됩니다. <br/>
만약 그래도 작동을 안한다면 `Privacy & Security > Security`를 Anywhere로 설정해주세요
![](./image.png)
```
sudo spctl --master-disable
xattr -cr 설치한dmg파일경로
```
## mobile 앱
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.

6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "ny-music"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
version = "1.3.0"
description = "ny music player"
authors = ["[email protected]"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "ny-music",
"version": "1.2.1"
"version": "1.3.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit a28f5f2

Please sign in to comment.