Skip to content

Commit ebcb6c4

Browse files
committed
bump version to v2.0.0-rc2
1 parent a6a8bf2 commit ebcb6c4

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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-rc1" # auto
8+
version = "2.0.0-rc2" # auto
99
authors = [
1010
"Brendan Doherty",
1111
"Peter Shen",

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

+1-1
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-rc1",
3+
"version": "2.0.0-rc2",
44
"os": [
55
"darwin"
66
],

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

+1-1
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-rc1",
3+
"version": "2.0.0-rc2",
44
"os": [
55
"linux"
66
],

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

+1-1
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-rc1",
3+
"version": "2.0.0-rc2",
44
"os": [
55
"win32"
66
],

node-binding/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter",
3-
"version": "2.0.0-rc1",
3+
"version": "2.0.0-rc2",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {
@@ -35,4 +35,4 @@
3535
"url": "https://github.com/cpp-linter/cpp_linter_rs/issues"
3636
},
3737
"homepage": "https://github.com/cpp-linter/cpp_linter_rs#readme"
38-
}
38+
}

0 commit comments

Comments
 (0)