Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit df5b83e

Browse files
committed
about to publish to npm
1 parent fe1121d commit df5b83e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const {
1111
} = process.env
1212

1313
function Pipedream() {
14-
const SDK_VERSION = "0.2.1" // TODO can release-it write to here as well? or bake it in from package.json
14+
const SDK_VERSION = "0.3.0" // TODO can release-it write to here as well? or bake it in from package.json
1515
const PAYLOAD_VERSION = "1"
1616
let activeIntegration = null
1717
const secretKey = PD_SECRET_KEY

javascript/src/integrations/browser/snippet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
first.parentNode.insertBefore(script, first)
3939
}
4040

41-
pdsdk.SNIPPET_VERSION = "0.2.1"
41+
pdsdk.SNIPPET_VERSION = "0.3.0"
4242
})()

ruby/pdsdk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
22
require "pdsdk/version"
33

44
Gem::Specification.new do |g|
5-
g.name = "pipedream"
5+
g.name = "pdsdk"
66
g.version = Pdsdk::VERSION
77
g.date = "2019-10-14"
88
g.summary = g.description = "Pipedream SDK"

0 commit comments

Comments
 (0)