Skip to content

Commit

Permalink
chore(protocol-designer): bump to 3.0.4 (#4086)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLondon authored Sep 19, 2019
1 parent f8603a6 commit f08d459
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 = '3.0.3'
const OT_PD_VERSION = '3.0.4'
const OT_PD_BUILD_DATE = new Date().toUTCString()

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

0 comments on commit f08d459

Please sign in to comment.