Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90b7779

Browse files
committedSep 21, 2024·
bump version to v2.0.0-rc3
1 parent 6011672 commit 90b7779

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
 

‎Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["cpp-linter", "py-binding", "node-binding", "docs"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "2.0.0-rc2" # auto
8+
version = "2.0.0-rc3" # auto
99
authors = [
1010
"Brendan Doherty",
1111
"Peter Shen",

‎node-binding/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-darwin-x64",
3-
"version": "2.0.0-rc2",
3+
"version": "2.0.0-rc3",
44
"os": [
55
"darwin"
66
],

‎node-binding/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-linux-x64-gnu",
3-
"version": "2.0.0-rc2",
3+
"version": "2.0.0-rc3",
44
"os": [
55
"linux"
66
],

‎node-binding/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-win32-x64-msvc",
3-
"version": "2.0.0-rc2",
3+
"version": "2.0.0-rc3",
44
"os": [
55
"win32"
66
],

‎node-binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter",
3-
"version": "2.0.0-rc2",
3+
"version": "2.0.0-rc3",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)
Please sign in to comment.