Skip to content

fix: bump version to 0.0.19 in package.json and Cargo.toml#52

Merged
zortos293 merged 2 commits intoOpenCloudGaming:mainfrom
Kief5555:main
Dec 27, 2025
Merged

fix: bump version to 0.0.19 in package.json and Cargo.toml#52
zortos293 merged 2 commits intoOpenCloudGaming:mainfrom
Kief5555:main

Conversation

@Kief5555
Copy link
Contributor

Description

Related Issue

Fixes #

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Performance improvement
  • CI/CD changes

Platform Tested

  • macOS
  • Windows
  • Linux

Checklist

  • My code follows the project's coding style
  • I have tested my changes locally
  • I have added/updated documentation as needed
  • My changes don't introduce new warnings
  • I have checked that there aren't other open PRs for the same issue

Screenshots (if applicable)

Additional Notes

Copilot AI review requested due to automatic review settings December 27, 2025 22:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project version from 0.0.18 to 0.0.19 across multiple configuration files. However, the version bump is incomplete as it misses a critical configuration file.

Key Changes:

  • Version updated to 0.0.19 in Cargo.toml, Cargo.lock, and package.json
  • Missing update in src-tauri/tauri.conf.json (still at 0.0.18)

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
src-tauri/Cargo.toml Updates Rust package version to 0.0.19
src-tauri/Cargo.lock Updates lockfile to reflect new Cargo.toml version
package.json Updates Node.js package version to 0.0.19

Critical Issue Found: The src-tauri/tauri.conf.json file was not included in this PR and still contains version "0.0.18". For a Tauri application, this configuration file is essential and must be updated to maintain version consistency across all configuration files.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

package.json Outdated
{
"name": "opennow",
"version": "0.0.18",
"version": "0.0.19",
Copy link

Copilot AI Dec 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version bump is incomplete. The file src-tauri/tauri.conf.json still contains version "0.0.18" and needs to be updated to "0.0.19" to maintain consistency across all configuration files.

Copilot uses AI. Check for mistakes.
@zortos293 zortos293 merged commit 72cf130 into OpenCloudGaming:main Dec 27, 2025
@Kief5555 Kief5555 requested a review from Copilot December 27, 2025 22:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

[package]
name = "opennow"
version = "0.0.18"
version = "0.0.20"
Copy link

Copilot AI Dec 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title states the version should be bumped to 0.0.19, but this file shows version 0.0.20. There's an inconsistency between the PR description and the actual change. Please clarify the intended target version and update accordingly.

Suggested change
version = "0.0.20"
version = "0.0.19"

Copilot uses AI. Check for mistakes.
{
"name": "opennow",
"version": "0.0.18",
"version": "0.0.20",
Copy link

Copilot AI Dec 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title states the version should be bumped to 0.0.19, but this file shows version 0.0.20. There's an inconsistency between the PR description and the actual change. Please clarify the intended target version and update accordingly.

Suggested change
"version": "0.0.20",
"version": "0.0.19",

Copilot uses AI. Check for mistakes.
zortos293 added a commit that referenced this pull request Feb 21, 2026
fix: bump version to 0.0.20 in package.json and Cargo.toml
zortos293 added a commit that referenced this pull request Feb 21, 2026
fix: bump version to 0.0.20 in package.json and Cargo.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants