Skip to content

Commit 85e3b50

Browse files
committed
chore: bump version to v0.1.0
1 parent a087491 commit 85e3b50

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": "flowexcel",
33
"private": true,
4-
"version": "0.1.5",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"start": "concurrently \"pnpm dev\" \"pnpm start:tailwind\"",

src-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flowexcel-backend"
3-
version = "0.1.5"
3+
version = "0.1.0"
44
description = "The backend of FlowExcel"
55
readme = "README.md"
66
requires-python = ">=3.11"

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowexcel"
3-
version = "0.1.5"
3+
version = "0.1.0"
44
description = "A Tauri App for Excel Data Processing"
55
authors = ["timspizza"]
66
license = ""

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": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "FlowExcel",
4-
"version": "0.1.5",
4+
"version": "0.1.0",
55
"identifier": "com.timspizza.flowexcel",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)