diff --git a/releases/2.9.0.md b/releases/2.9.0.md index 5af688c3..7ce2c1a7 100644 --- a/releases/2.9.0.md +++ b/releases/2.9.0.md @@ -23,5 +23,5 @@ * environment view html customization support * Extension: Install (2.9.0) * environment specific configuration installation -* Extension: Admin (2.9.5) +* Extension: Admin (2.9.1) * new theme settings, new content editor, support for html augmentation in views diff --git a/scripts/npmhelper.js b/scripts/npmhelper.js index 6a608577..597ea183 100644 --- a/scripts/npmhelper.js +++ b/scripts/npmhelper.js @@ -24,7 +24,7 @@ var fs = require('fs-extra'), originallocation, newlocation = path.resolve(process.cwd(),'../../periodicjs'), standardExtensions = [ - 'periodicjs.ext.admin@2.9.0', + 'periodicjs.ext.admin@2.9.1', 'periodicjs.ext.dbseed@2.1.1', 'periodicjs.ext.default_routes@2.0.3', 'periodicjs.ext.install@2.9.0',