Bumping version to 1.1.3

This commit is contained in:
Fabian Stamm 2022-07-16 21:37:02 +00:00
parent e110259684
commit ff40c03600
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/jrpcgen",
"version": "1.1.2",
"version": "1.1.3",
"main": "lib/index.js",
"license": "MIT",
"packageManager": "yarn@3.1.1",
@ -22,6 +22,8 @@
"templates/*.ts",
"templates/CSharp/*.cs",
"templates/CSharp/*.csproj",
"templates/Rust/Cargo.toml",
"templates/Rust/src/lib.rs",
"examples/*.jrpcproj",
"src/**",
"tsconfig.json"