File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.8 -SNAPSHOT
4
+ projectVersion =0.0.9 -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.8 " ,
4
+ "version" : " 0.0.9 " ,
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 @@ -135,7 +135,7 @@ namespace SourcePlusPlus {
135
135
async function sendConnected ( eventBus : EventBus ) : Promise < void > {
136
136
let probeMetadata = {
137
137
language : 'nodejs' ,
138
- probe_version : '0.0.8 ' , // TODO
138
+ probe_version : '0.0.9 ' , // TODO
139
139
nodejs_version : process . version ,
140
140
service : config . serviceName ,
141
141
service_instance : config . serviceInstance ,
You can’t perform that action at this time.
0 commit comments