fix: bump version to 0.0.19 in package.json and Cargo.toml#52
fix: bump version to 0.0.19 in package.json and Cargo.toml#52zortos293 merged 2 commits intoOpenCloudGaming:mainfrom
Conversation
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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.
| version = "0.0.20" | |
| version = "0.0.19" |
| { | ||
| "name": "opennow", | ||
| "version": "0.0.18", | ||
| "version": "0.0.20", |
There was a problem hiding this comment.
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.
| "version": "0.0.20", | |
| "version": "0.0.19", |
fix: bump version to 0.0.20 in package.json and Cargo.toml
fix: bump version to 0.0.20 in package.json and Cargo.toml
Description
Related Issue
Fixes #
Type of Change
Platform Tested
Checklist
Screenshots (if applicable)
Additional Notes