Skip to content

Commit 06004a4

Browse files
committed
bump version to 0.1.10
1 parent f92e10e commit 06004a4

2 files changed

Lines changed: 5 additions & 3 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": "echo",
33
"private": true,
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
33
"productName": "echo",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"identifier": "com.wangenius.echo",
66
"build": {
77
"frontendDist": "../dist",
@@ -124,7 +124,9 @@
124124
"updater": {
125125
"windows": {
126126
"installMode": "passive",
127-
"installerArgs": ["/D=$INSTDIR"]
127+
"installerArgs": [
128+
"/D=$INSTDIR"
129+
]
128130
},
129131
"active": true,
130132
"endpoints": [

0 commit comments

Comments
 (0)