Skip to content

Commit 663d2cb

Browse files
chore: Bump the version number
Co-authored-by: Tempest <tempestai.dev@gmail.com>
1 parent e1d537b commit 663d2cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tempest",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "tauri dev",

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": "tempest",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "com.user.tempest",
66
"build": {
77
"beforeDevCommand": "npm run dev:frontend",

0 commit comments

Comments
 (0)