Skip to content

Commit 6f80f38

Browse files
chore: release main (#117)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 50d0cdd commit 6f80f38

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.1.0",
3-
"src-tauri": "1.1.0"
2+
".": "1.1.1",
3+
"src-tauri": "1.1.1"
44
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/oplik0/solo2-desktop/compare/solo2-desktop-v1.1.0...solo2-desktop-v1.1.1) (2024-02-05)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct dependency branch ([50d0cdd](https://github.com/oplik0/solo2-desktop/commit/50d0cdde651653ce506bc6e8d044a0536a6b7bc0))
9+
310
## [1.1.0](https://github.com/oplik0/solo2-desktop/compare/solo2-desktop-v1.0.2...solo2-desktop-v1.1.0) (2024-02-05)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solo2-desktop",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": {
55
"name": "oplik0",
66
"email": "[email protected]",

src-tauri/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/oplik0/solo2-desktop/compare/solo2-desktop-v1.1.0...solo2-desktop-v1.1.1) (2024-02-05)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct dependency branch ([50d0cdd](https://github.com/oplik0/solo2-desktop/commit/50d0cdde651653ce506bc6e8d044a0536a6b7bc0))
9+
310
## [1.1.0](https://github.com/oplik0/solo2-desktop/compare/solo2-desktop-v1.0.2...solo2-desktop-v1.1.0) (2024-02-05)
411

512

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 = "solo2-desktop"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["oplik0"]
55
default-run = "solo2-desktop"
66
edition = "2021"

0 commit comments

Comments
 (0)