Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 1a5692a

Browse files
committed
chore(release): v0.2.0
1 parent 1458204 commit 1a5692a

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onlywrite-app",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

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 = "app"
3-
version = "0.1.6"
3+
version = "0.2.0"
44
description = "写作应用,简约风格"
55
authors = ["bangwu"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"productName": "onlywrite",
4545
"mainBinaryName": "onlywrite",
46-
"version": "0.1.6",
46+
"version": "0.2.0",
4747
"identifier": "com.onlywrite.app",
4848
"plugins": {
4949
"updater": {

test/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { applyTheme, settingsActions } from '@/state/settings'
77
import { workspaceActions } from '@/state/workspace'
88

99
beforeAll(() => {
10-
;(globalThis as { __APP_VERSION__?: string }).__APP_VERSION__ = '0.1.6'
10+
;(globalThis as { __APP_VERSION__?: string }).__APP_VERSION__ = '0.2.0'
1111

1212
if (!globalThis.ResizeObserver) {
1313
globalThis.ResizeObserver = class ResizeObserver {
-41 Bytes
Loading
-25 Bytes
Loading

0 commit comments

Comments
 (0)