Skip to content

Commit

Permalink
chore: release main (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 5, 2024
1 parent 50d0cdd commit 6f80f38
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.1.0",
"src-tauri": "1.1.0"
".": "1.1.1",
"src-tauri": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/oplik0/solo2-desktop/compare/solo2-desktop-v1.1.0...solo2-desktop-v1.1.1) (2024-02-05)


### Bug Fixes

* use correct dependency branch ([50d0cdd](https://github.com/oplik0/solo2-desktop/commit/50d0cdde651653ce506bc6e8d044a0536a6b7bc0))

## [1.1.0](https://github.com/oplik0/solo2-desktop/compare/solo2-desktop-v1.0.2...solo2-desktop-v1.1.0) (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solo2-desktop",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "oplik0",
"email": "[email protected]",
Expand Down
7 changes: 7 additions & 0 deletions src-tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/oplik0/solo2-desktop/compare/solo2-desktop-v1.1.0...solo2-desktop-v1.1.1) (2024-02-05)


### Bug Fixes

* use correct dependency branch ([50d0cdd](https://github.com/oplik0/solo2-desktop/commit/50d0cdde651653ce506bc6e8d044a0536a6b7bc0))

## [1.1.0](https://github.com/oplik0/solo2-desktop/compare/solo2-desktop-v1.0.2...solo2-desktop-v1.1.0) (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solo2-desktop"
version = "1.1.0"
version = "1.1.1"
authors = ["oplik0"]
default-run = "solo2-desktop"
edition = "2021"
Expand Down

0 comments on commit 6f80f38

Please sign in to comment.