Skip to content

Commit e1d0999

Browse files
committed
chore: release v0.1.1 version update
1 parent 365fcd3 commit e1d0999

4 files changed

Lines changed: 25 additions & 7 deletions

File tree

info.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "supernote",
3+
"version": "0.1.1",
4+
"tag": "v0.1.1",
5+
"commit": "365fcd3639e39fac7609d789d2910c4c852fc680",
6+
"date": "2026-05-06T21:38:18.572Z",
7+
"urls": {
8+
"repo": "https://github.com/solid-droid/supernote",
9+
"latest_json": "https://github.com/solid-droid/supernote/releases/latest/download/latest.json",
10+
"downloads": {
11+
"windows": "https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote_0.1.1_x64_en-US.msi.zip",
12+
"macos_x64": "https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote_0.1.1_x64.app.tar.gz",
13+
"macos_arm": "https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote_0.1.1_aarch64.app.tar.gz",
14+
"linux": "https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote_0.1.1_amd64.deb",
15+
"android": "https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote-0.1.1.apk"
16+
}
17+
}
18+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "supernote",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
6-
"scripts": {
6+
"scripts": {
77
"dev": "npm run build:sidecars && vite",
88
"build": "npm run build:sidecars && tsc && vite build",
99
"preview": "vite preview",
@@ -26,4 +26,4 @@
2626
"typescript": "~5.6.2",
2727
"vite": "^6.0.3"
2828
}
29-
}
29+
}

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 = "supernote"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "supernote",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "com.nikhi.supernote",
66
"build": {
77
"beforeDevCommand": "npm run dev",
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"plugins": {
27-
"os": {}
27+
"os": {}
2828
},
2929
"bundle": {
3030
"active": true,
@@ -42,4 +42,4 @@
4242
"../src-sidecars/src-python/python-sidecar"
4343
]
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)