Skip to content

Commit e620b58

Browse files
committed
Update patch version
1 parent b67d5af commit e620b58

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oyasumi",
3-
"version": "25.6.5",
3+
"version": "25.6.6",
44
"author": "Raphiiko",
55
"license": "MIT",
66
"type": "module",
@@ -161,4 +161,4 @@
161161
"git add"
162162
]
163163
}
164-
}
164+
}

src-core/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oyasumivr"
3-
version = "25.6.5"
3+
version = "25.6.6"
44
description = ""
55
authors = ["Raphiiko"]
66
license = "MIT"

src-core/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"productName": "OyasumiVR",
6969
"mainBinaryName": "OyasumiVR",
70-
"version": "25.6.5",
70+
"version": "25.6.6",
7171
"identifier": "co.raphii.oyasumi",
7272
"plugins": {
7373
"cli": {
@@ -139,7 +139,7 @@
139139
"skipTaskbar": true,
140140
"minimizable": false,
141141
"focus": true,
142-
"userAgent": "OyasumiVR/25.6.5 (https://github.com/Raphiiko/OyasumiVR)",
142+
"userAgent": "OyasumiVR/25.6.6 (https://github.com/Raphiiko/OyasumiVR)",
143143
"useHttpsScheme": false
144144
},
145145
{
@@ -155,7 +155,7 @@
155155
"theme": "Dark",
156156
"visible": false,
157157
"transparent": true,
158-
"userAgent": "OyasumiVR/25.6.5 (https://github.com/Raphiiko/OyasumiVR)",
158+
"userAgent": "OyasumiVR/25.6.6 (https://github.com/Raphiiko/OyasumiVR)",
159159
"useHttpsScheme": false
160160
}
161161
],

src-elevated-sidecar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oyasumivr-elevated-sidecar"
3-
version = "25.6.5"
3+
version = "25.6.6"
44
authors = ["Raphiiko"]
55
license = "MIT"
66
edition = "2021"

src-overlay-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oyasumivr-overlay-ui",
3-
"version": "25.6.5",
3+
"version": "25.6.6",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

src-shared-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oyasumivr-shared"
3-
version = "25.6.5"
3+
version = "25.6.6"
44
authors = ["Raphiiko"]
55
edition = "2021"
66
license = "MIT"

src-shared-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "src-shared-ts",
33
"description": "Shared typescript code for Oyasumi modules",
44
"scripts": {},
5-
"version": "25.6.5",
5+
"version": "25.6.6",
66
"author": "Raphiiko",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)