Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Aug 2, 2018
1 parent af8cc35 commit b27384b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export function init(baseURL='/', baseFlowURL='/', baseParams={}) {
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-mh-base-transforms')
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-mh-local-transforms')
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-mh-proxy')
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-transforms')
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-mh-transform-proxied')
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-transforms')
ContentTools.RESTRICTED_ATTRIBUTES['*'].push('data-name')

// Apply common modifications
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manhattan-content",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Content editing for the manhattan web framework",
"engines": {
"node": ">=8.9.4"
Expand Down

0 comments on commit b27384b

Please sign in to comment.