Skip to content

Commit bcc592b

Browse files
committed
2.0.1
1 parent 68c6cc5 commit bcc592b

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515
[![GitHub release](https://img.shields.io/github/release/DmNote-App/DmNote.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases)
16-
[![GitHub downloads](https://img.shields.io/github/downloads/DmNote-App/DmNote/total.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases/download/2.0.0/DM.NOTE.v.2.0.0.zip)
16+
[![GitHub downloads](https://img.shields.io/github/downloads/DmNote-App/DmNote/total.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases/download/2.0.1/DM.NOTE.v.2.0.1.zip)
1717
[![GitHub license](https://img.shields.io/github/license/DmNote-App/DmNote.svg?logo=github)](https://github.com/DmNote-App/DmNote/blob/main/LICENSE)
1818
</div>
1919

@@ -30,7 +30,7 @@
3030
**지원 환경** · Windows 10/11 · macOS
3131
리눅스 환경이라면 [커뮤니티 포크 버전](https://github.com/northernorca/DmNote)을 사용해 보시는 것을 추천합니다.
3232

33-
[DM NOTE v2.0.0 다운로드](https://github.com/DmNote-App/DmNote/releases/download/2.0.0/DM.NOTE.v.2.0.0.zip)
33+
[DM NOTE v2.0.1 다운로드](https://github.com/DmNote-App/DmNote/releases/download/2.0.1/DM.NOTE.v.2.0.1.zip)
3434

3535
[Code signing policy](CODE_SIGNING_POLICY.md)
3636

docs/readme_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515
[![GitHub release](https://img.shields.io/github/release/DmNote-App/DmNote.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases)
16-
[![GitHub downloads](https://img.shields.io/github/downloads/DmNote-App/DmNote/total.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases/download/2.0.0/DM.NOTE.v.2.0.0.zip)
16+
[![GitHub downloads](https://img.shields.io/github/downloads/DmNote-App/DmNote/total.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases/download/2.0.1/DM.NOTE.v.2.0.1.zip)
1717
[![GitHub license](https://img.shields.io/github/license/DmNote-App/DmNote.svg?logo=github)](https://github.com/DmNote-App/DmNote/blob/main/LICENSE)
1818
</div>
1919

@@ -30,7 +30,7 @@ It works just as well with any other game, and the setup is simple enough to put
3030
**Supported** · Windows 10/11 · macOS
3131
On Linux, try the [community fork](https://github.com/northernorca/DmNote).
3232

33-
[Download DM NOTE v2.0.0](https://github.com/DmNote-App/DmNote/releases/download/2.0.0/DM.NOTE.v.2.0.0.zip)
33+
[Download DM NOTE v2.0.1](https://github.com/DmNote-App/DmNote/releases/download/2.0.1/DM.NOTE.v.2.0.1.zip)
3434

3535
[Code signing policy](../CODE_SIGNING_POLICY.md)
3636

docs/readme_zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515
[![GitHub release](https://img.shields.io/github/release/DmNote-App/DmNote.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases)
16-
[![GitHub downloads](https://img.shields.io/github/downloads/DmNote-App/DmNote/total.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases/download/2.0.0/DM.NOTE.v.2.0.0.zip)
16+
[![GitHub downloads](https://img.shields.io/github/downloads/DmNote-App/DmNote/total.svg?logo=github)](https://github.com/DmNote-App/DmNote/releases/download/2.0.1/DM.NOTE.v.2.0.1.zip)
1717
[![GitHub license](https://img.shields.io/github/license/DmNote-App/DmNote.svg?logo=github)](https://github.com/DmNote-App/DmNote/blob/main/LICENSE)
1818
</div>
1919

@@ -30,7 +30,7 @@
3030
**支持环境** · Windows 10/11 · macOS
3131
如果您使用 Linux,推荐尝试 [社区分支版本](https://github.com/northernorca/DmNote)
3232

33-
[前往下载 DM NOTE v2.0.0](https://github.com/DmNote-App/DmNote/releases/download/2.0.0/DM.NOTE.v.2.0.0.zip)
33+
[前往下载 DM NOTE v2.0.1](https://github.com/DmNote-App/DmNote/releases/download/2.0.1/DM.NOTE.v.2.0.1.zip)
3434

3535
[Code signing policy](../CODE_SIGNING_POLICY.md)
3636

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dm-note",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "DM NOTE",
55
"scripts": {
66
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dm-note"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
rust-version = "1.88"
66
default-run = "dm-note"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "DM NOTE",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"identifier": "com.dmnote.desktop",
66
"build": {
77
"beforeBuildCommand": "npm run build",

0 commit comments

Comments
 (0)