Skip to content

Commit b8507d2

Browse files
committed
bump to 0.2.000rc
1 parent 97921e2 commit b8507d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "korppi",
3-
"version": "0.1.999",
3+
"version": "0.2.0-rc",
44
"description": "Korppi - Local-first collaborative markdown editor",
55
"scripts": {
66
"tauri": "tauri",
@@ -30,4 +30,4 @@
3030
"vite": "^7.2.6",
3131
"vitest": "^4.0.15"
3232
}
33-
}
33+
}

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 = "korppi"
3-
version = "0.1.999"
3+
version = "0.2.0-rc"
44
edition = "2021"
55

66
[dependencies]

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": "Korppi",
4-
"version": "0.1.999",
4+
"version": "0.2.0-rc",
55
"identifier": "com.korppi.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)