Skip to content

Commit 3230b45

Browse files
committed
chore(bump): version 0.0.8
1 parent 408226c commit 3230b45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22

33
probeGroup=plus.sourceplus.probe
4-
projectVersion=0.0.7-SNAPSHOT
4+
projectVersion=0.0.8-SNAPSHOT

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sourceplusplus",
33
"description": "Live coding probe for Node.js applications",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"author": "sourceplusplus",
66
"homepage": "https://sourceplus.plus/",
77
"repository": "https://github.com/sourceplusplus/probe-nodejs",

src/SourcePlusPlus.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ namespace SourcePlusPlus {
136136
async function sendConnected(eventBus: EventBus): Promise<void> {
137137
let probeMetadata = {
138138
language: 'nodejs',
139-
probe_version: '0.0.7', // TODO
139+
probe_version: '0.0.8', // TODO
140140
nodejs_version: process.version,
141141
service: config.serviceName,
142142
service_instance: config.serviceInstance,

0 commit comments

Comments
 (0)