jsharmony-cms 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ jsharmony.version_increment('jsHarmonyCMS',1,7,0,0);
@@ -1,3 +1,3 @@
1
- jsharmony.version_increment('jsHarmonyCMS',1,7,0,0);
2
1
  update {schema}.code_deployment_target_role_type set code_seq=3 where code_val='EDITOR';
3
2
  insert into {schema}.code_deployment_target_role_type(code_val, code_txt, code_seq) values ('PUBLISH_RELEASE','Publish Release',2);
3
+ jsharmony.version_increment('jsHarmonyCMS',1,7,0,0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsharmony-cms",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "jsHarmony CMS",
5
5
  "main": "index.js",
6
6
  "scripts": {