Skip to content

Commit ac479cf

Browse files
committed
bump version to 2.0.0
1 parent 1dcd1da commit ac479cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etvr-firmware-flasher-tool",
3-
"version": "1.8.0",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "A SolidJS project for EyeTrackVR",
66
"author": "EyeTrackVR",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "firmwareflashingtool"
3-
version = "1.8.0"
3+
version = "2.0.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -12,7 +12,7 @@ dev = [
1212
]
1313

1414
[bumpver]
15-
current_version = "1.8.0"
15+
current_version = "2.0.0"
1616
version_pattern = "MAJOR.MINOR.PATCH"
1717
tag_message = "v{new_version}"
1818
commit = true

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 = "etvr-firmware-flasher-tool"
3-
version = "1.8.0" # bumpver:version
3+
version = "2.0.0" # bumpver:version
44
description = "A Tauri App"
55
authors = [
66
"DaOfficialWizard",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
33
"productName": "EyeTrackVR Firmware Flashing Tool",
44
"mainBinaryName": "EyeTrackVR Firmware Flashing Tool",
5-
"version": "1.8.0",
5+
"version": "2.0.0",
66
"identifier": "com.eyetrackvrfft.dev",
77
"build": {
88
"beforeBuildCommand": "pnpm build",

0 commit comments

Comments
 (0)