Skip to content

Commit

Permalink
bump version to v2.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 21, 2024
1 parent 1dbb1de commit 3e98e20
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["cpp-linter", "py-binding", "node-binding", "docs"]
resolver = "2"

[workspace.package]
version = "2.0.0-rc3" # auto
version = "2.0.0-rc4" # auto
authors = [
"Brendan Doherty",
"Peter Shen",
Expand Down
2 changes: 1 addition & 1 deletion node-binding/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-darwin-x64",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion node-binding/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-linux-x64-gnu",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion node-binding/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter-win32-x64-msvc",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion node-binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cpp-linter/cpp-linter",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 3e98e20

Please sign in to comment.