ng-flexmonster 2.9.11 → 2.9.15-1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -29,4 +29,4 @@ Flexmonster Angular directive is released as a MIT-licensed (free and open-sourc
29
29
 
30
30
  ## <a name="support-feedback"></a>Support & feedback ##
31
31
 
32
- Please share your feedback or ask questions via [Flexmonster Forum](https://www.flexmonster.com/forum/).
32
+ Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-flexmonster",
3
- "version": "2.9.11",
3
+ "version": "2.9.15-1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "@angular/common": ">=4.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "flexmonster": "2.9.11",
26
+ "flexmonster": "2.9.15-1",
27
27
  "tslib": "^1.9.0"
28
28
  },
29
29
  "main": "bundles/ng-flexmonster.umd.js",