File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
3
3
probeGroup =plus.sourceplus.probe
4
- projectVersion =0.0.2 -SNAPSHOT
4
+ projectVersion =0.0.3 -SNAPSHOT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sourceplusplus" ,
3
3
"description" : " Live coding probe for Node.js applications" ,
4
- "version" : " 0.0.2 " ,
4
+ "version" : " 0.0.3 " ,
5
5
"author" : " sourceplusplus" ,
6
6
"homepage" : " https://sourceplus.plus/" ,
7
7
"repository" : " https://github.com/sourceplusplus/probe-nodejs" ,
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ namespace SourcePlusPlus {
130
130
async function sendConnected ( eventBus : EventBus ) : Promise < void > {
131
131
let probeMetadata = {
132
132
language : 'nodejs' ,
133
- probe_version : '0.0.2 ' , // TODO
133
+ probe_version : '0.0.3 ' , // TODO
134
134
nodejs_version : process . version ,
135
135
service : config . serviceName ,
136
136
service_instance : config . serviceInstance ,
You can’t perform that action at this time.
0 commit comments