Skip to content

Commit 19800cf

Browse files
release version: v1.0.0
1 parent 50550d4 commit 19800cf

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-05-20)
4+
5+
6+
### Features
7+
8+
* **ui:** add home i18n text ([50550d4](https://github.com/InkSha/tauri-nextjs-android-example/commit/50550d4f2ddb6e987027c33c5688fc855c98979b))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tauri-nextjs-android-example",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"lint": "next lint",

src-tauri/tauri.conf.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Tauri NextJS Android Example",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"identifier": "com.example.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",
@@ -25,6 +25,12 @@
2525
"bundle": {
2626
"active": true,
2727
"targets": "all",
28-
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"]
28+
"icon": [
29+
"icons/32x32.png",
30+
"icons/128x128.png",
31+
"icons/128x128@2x.png",
32+
"icons/icon.icns",
33+
"icons/icon.ico"
34+
]
2935
}
3036
}

0 commit comments

Comments
 (0)