diff --git a/README.md b/README.md
index 78349f7e9..928ba2e24 100644
--- a/README.md
+++ b/README.md
@@ -96,8 +96,8 @@ alternatively in html
or using CDN (minimized):
```html
-
-
+
+
```
.map files are included for debugging purposes.
@@ -194,7 +194,7 @@ GridStack.init( {column: N} );
2) include `gridstack-extra.css` if **N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
```html
-
+
...
```
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 4dfad4c0e..92c4bd5ae 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -5,7 +5,8 @@ Change log
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
-- [2.0.0-dev](#200-dev)
+- [2.0.1-dev](#201-dev)
+- [2.0.1 (2020-09-26)](#201-2020-09-26)
- [2.0.0 (2020-09-07)](#200-2020-09-07)
- [1.2.1 (2020-09-04)](#121-2020-09-04)
- [1.2.0 (2020-08-01)](#120-2020-08-01)
@@ -37,7 +38,11 @@ Change log
-## 2.0.0-dev
+## 2.0.1-dev
+
+- TBD
+
+## 2.0.1 (2020-09-26)
- fix `minWidth()`, `minHeight()`, `maxHeight()` to set node value as well [1359](https://github.com/gridstack/gridstack.js/issues/1359)
- fix `GridStackOptions` spelling [1359](https://github.com/gridstack/gridstack.js/issues/1359)
diff --git a/package.json b/package.json
index 467711a46..99903887c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gridstack",
- "version": "2.0.0-dev",
+ "version": "2.0.1-dev",
"description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",
"main": "./dist/gridstack.js",
"types": "./dist/gridstack.d.ts",
diff --git a/src/gridstack-dd.ts b/src/gridstack-dd.ts
index b7b47e3f9..aa2bf719f 100644
--- a/src/gridstack-dd.ts
+++ b/src/gridstack-dd.ts
@@ -1,4 +1,4 @@
-// gridstack-dd.ts 2.0.0-dev @preserve
+// gridstack-dd.ts 2.0.1-dev @preserve
/**
* https://gridstackjs.com/
diff --git a/src/gridstack-engine.ts b/src/gridstack-engine.ts
index 392ea6898..69729b0e1 100644
--- a/src/gridstack-engine.ts
+++ b/src/gridstack-engine.ts
@@ -1,4 +1,4 @@
-// gridstack-engine.ts 2.0.0-dev @preserve
+// gridstack-engine.ts 2.0.1-dev @preserve
/**
* https://gridstackjs.com/
diff --git a/src/gridstack.ts b/src/gridstack.ts
index e6163045b..bad86bed1 100644
--- a/src/gridstack.ts
+++ b/src/gridstack.ts
@@ -1,4 +1,4 @@
-// gridstack.ts 2.0.0-dev @preserve
+// gridstack.ts 2.0.1-dev @preserve
/**
* https://gridstackjs.com/
diff --git a/src/jq/gridstack-dd-jqueryui.ts b/src/jq/gridstack-dd-jqueryui.ts
index 6c1799046..8ff131ef3 100644
--- a/src/jq/gridstack-dd-jqueryui.ts
+++ b/src/jq/gridstack-dd-jqueryui.ts
@@ -1,4 +1,4 @@
-// gridstack-dd-jqueryui.ts 2.0.0-dev @preserve
+// gridstack-dd-jqueryui.ts 2.0.1-dev @preserve
/** JQuery UI Drag&Drop plugin
* https://gridstackjs.com/
diff --git a/src/types.ts b/src/types.ts
index b914f3feb..48985d13f 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1,4 +1,4 @@
-// types.ts 2.0.0-dev @preserve
+// types.ts 2.0.1-dev @preserve
/**
* https://gridstackjs.com/
diff --git a/src/utils.ts b/src/utils.ts
index fe1a0e4fe..6910cf402 100644
--- a/src/utils.ts
+++ b/src/utils.ts
@@ -1,4 +1,4 @@
-// utils.ts 2.0.0-dev @preserve
+// utils.ts 2.0.1-dev @preserve
/**
* https://gridstackjs.com/