Skip to content

Commit 0568c05

Browse files
committed
Bumped patch version, updated changelog
1 parent dfa6491 commit 0568c05

File tree

11 files changed

+22
-15
lines changed

11 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project (now) adheres to [Calendar Versioning](https://calver.org/#scheme).
77

8+
## [25.6.12]
9+
10+
### Added
11+
12+
- Holiday cheer
13+
- Various dependency upgrades
14+
815
## [25.6.11]
916

1017
### Fixed

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.11",
3+
"version": "25.6.12",
44
"author": "Raphiiko",
55
"license": "MIT",
66
"type": "module",
@@ -164,4 +164,4 @@
164164
"overrides": {
165165
"axios": "^1.7.8"
166166
}
167-
}
167+
}

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.11"
3+
version = "25.6.12"
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.11",
70+
"version": "25.6.12",
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.11 (https://github.com/Raphiiko/OyasumiVR)",
142+
"userAgent": "OyasumiVR/25.6.12 (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.11 (https://github.com/Raphiiko/OyasumiVR)",
158+
"userAgent": "OyasumiVR/25.6.12 (https://github.com/Raphiiko/OyasumiVR)",
159159
"useHttpsScheme": false
160160
}
161161
],

src-elevated-sidecar/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-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.11"
3+
version = "25.6.12"
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.11",
3+
"version": "25.6.12",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

src-shared-rust/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-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.11"
3+
version = "25.6.12"
44
authors = ["Raphiiko"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)