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

View File

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