Skip to content

Commit

Permalink
fix: [ci] Fix publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Oct 26, 2023
1 parent fcd8d6f commit 0bc3b66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cxx-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoraio-extensions/cxx-parser",
"version": "0.1.7",
"version": "0.1.8",
"main": "src/index",
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion terra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoraio-extensions/terra-core",
"version": "0.1.3",
"version": "0.1.4",
"main": "./src/index",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoraio-extensions/terra",
"version": "0.1.3",
"version": "0.1.4",
"main": "./src/index",
"bin": {
"terra": "./bin/terra"
Expand Down

0 comments on commit 0bc3b66

Please sign in to comment.