Skip to content

Commit 2e4d370

Browse files
committed
Chore: Bump version to 1.0.0 for first release
1 parent 9f9997b commit 2e4d370

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "one-pager-app",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -35,4 +35,4 @@
3535
"typescript": "~5.8.3",
3636
"vite": "^7.0.4"
3737
}
38-
}
38+
}

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": "OnePagerGenerator",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"identifier": "com.alexandre.one-pager-app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)