diff --git a/package.json b/package.json index 17ed47b1..bdbe6947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatie/grpc", - "version": "0.15.2", + "version": "0.15.3", "description": "gRPC for Chatie", "main": "dist/src/index.js", "typings": "dist/src/index.d.js", diff --git a/python/generate.sh b/python/generate.sh index 441514e5..26bc6b6b 100755 --- a/python/generate.sh +++ b/python/generate.sh @@ -8,7 +8,7 @@ shopt -s globstar # # Directory to write generated code to (.js and .d.ts files) -OUT_DIR="./src/chatie-grpc" +OUT_DIR="./src/chatie_grpc" [ -d ${OUT_DIR} ] || { mkdir -p ${OUT_DIR} }