Skip to content

Commit 83a65f2

Browse files
committed
bump version to 1.7.1-beta.2
1 parent 74cba97 commit 83a65f2

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.7.1-beta.1",
3+
"version": "1.7.1-beta.2",
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.7.1-beta.4"
3+
version = "1.7.1-beta.2"
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.7.1-beta.1"
15+
current_version = "1.7.1-beta.2"
1616
version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"
1717
tag_message = "v{new_version}"
1818
commit = true

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "firmware_flashing_tool"
3-
version = "1.7.1-beta.1" # bumpver:version
3+
version = "1.7.1-beta.2" # bumpver:version
44
description = "A tool to flash the firmware of the EyeTrackVR tracker."
55
authors = ["DaOfficialWizard", "Luckmer", "Lorow"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "EyeTrackVR Firmware Flashing Tool",
11-
"version": "1.7.1-beta.1"
11+
"version": "1.7.1-beta.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)