Skip to content

Commit

Permalink
chore(protocol-designer): bump PD to v4.0.3 (#5922)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLondon authored Jul 14, 2020
1 parent 081ac74 commit 95b8496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PROTOCOL_DESIGNER_ENV_VAR_PREFIX = 'OT_PD_'
// Also remove all OT_PD_VERSION env vars, the version should always
// be gleaned from the package.json

const OT_PD_VERSION = '4.0.2'
const OT_PD_VERSION = '4.0.3'
const OT_PD_BUILD_DATE = new Date().toUTCString()

const JS_ENTRY = path.join(__dirname, 'src/index.js')
Expand Down

0 comments on commit 95b8496

Please sign in to comment.