Skip to content

Commit 7ced603

Browse files
committed
Bump version to 0.1.1 across all configs
1 parent 6134577 commit 7ced603

4 files changed

Lines changed: 4 additions & 4 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": "sustn",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"vite:dev": "vite",

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": "SUSTN",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "app.sustn.desktop",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",

src-tauri/tauri.dev.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": "SUSTN Dev",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "app.sustn.desktop.dev",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",

src-tauri/tauri.qa.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": "SUSTN QA",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "app.sustn.desktop.qa",
66
"build": {
77
"beforeDevCommand": "pnpm vite:dev",

0 commit comments

Comments
 (0)