diff --git a/README.md b/README.md
index ca9a0344b..845b5cc11 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,8 @@ npm install --save gridstack
* Using CDN (minimized):
```html
-
-
+
+
```
if you need to debug, look at the git demo/ examples for non min includes.
@@ -165,7 +165,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 8f228904c..0aa88324a 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/)*
-- [1.1.1-dev (upcoming)](#111-dev-upcoming)
+- [1.1.2-dev (upcoming)](#112-dev-upcoming)
+- [1.1.2 (2020-05-17)](#112-2020-05-17)
- [1.1.1 (2020-03-17)](#111-2020-03-17)
- [1.1.0 (2020-02-29)](#110-2020-02-29)
- [v1.0.0 (2020-02-23)](#v100-2020-02-23)
@@ -33,7 +34,11 @@ Change log
-## 1.1.1-dev (upcoming)
+## 1.1.2-dev (upcoming)
+
+TBD
+
+## 1.1.2 (2020-05-17)
- fix [1229](https://github.com/gridstack/gridstack.js/issues/1229) `staticGrid` no longer disable oneColumnMode
- fix [1195](https://github.com/gridstack/gridstack.js/issues/1195) options broken with ember hash helper - thanks [@btecu](https://github.com/btecu)
diff --git a/package.json b/package.json
index bba07e197..1dd533538 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gridstack",
- "version": "1.1.1-dev",
+ "version": "1.1.2-dev",
"description": "JavaScript / TypeScript for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",
"main": "dist/gridstack",
"repository": {
diff --git a/src/gridstack-extra.scss b/src/gridstack-extra.scss
index 72f1ba6a1..bccbaf0a8 100644
--- a/src/gridstack-extra.scss
+++ b/src/gridstack-extra.scss
@@ -1,5 +1,5 @@
/*!
- * gridstack 1.1.1-dev extra CSS for [2-11] columns (non default)
+ * gridstack 1.1.2-dev extra CSS for [2-11] columns (non default)
* https://gridstackjs.com/
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
* gridstack.js may be freely distributed under the MIT license.
diff --git a/src/gridstack-poly.js b/src/gridstack-poly.js
index 89791a042..1cade56e0 100644
--- a/src/gridstack-poly.js
+++ b/src/gridstack-poly.js
@@ -1,4 +1,4 @@
-/** gridstack.js 1.1.1-dev - IE and older browsers Polyfills for this library @preserve*/
+/** gridstack.js 1.1.2-dev - IE and older browsers Polyfills for this library @preserve*/
/**
* https://gridstackjs.com/
* (c) 2019-2020 Alain Dumesny
diff --git a/src/gridstack.d.ts b/src/gridstack.d.ts
index e7a37e1a6..bcfd9eb6a 100644
--- a/src/gridstack.d.ts
+++ b/src/gridstack.d.ts
@@ -1,4 +1,4 @@
-// Type definitions for Gridstack 1.1.1-dev
+// Type definitions for Gridstack 1.1.2-dev
// Project: https://gridstackjs.com/
// Definitions by: Pascal Senn
// Ricky Blankenaufulland
diff --git a/src/gridstack.jQueryUI.js b/src/gridstack.jQueryUI.js
index ccbdae9cc..297ac3ed4 100644
--- a/src/gridstack.jQueryUI.js
+++ b/src/gridstack.jQueryUI.js
@@ -1,4 +1,4 @@
-/** gridstack.js 1.1.1-dev - JQuery UI Drag&Drop plugin @preserve */
+/** gridstack.js 1.1.2-dev - JQuery UI Drag&Drop plugin @preserve */
/**
* https://gridstackjs.com/
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
diff --git a/src/gridstack.js b/src/gridstack.js
index 94555a886..38b561f95 100644
--- a/src/gridstack.js
+++ b/src/gridstack.js
@@ -1,5 +1,5 @@
/**
- * gridstack.js 1.1.1-dev
+ * gridstack.js 1.1.2-dev
* https://gridstackjs.com/
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
* gridstack.js may be freely distributed under the MIT license.
diff --git a/src/gridstack.scss b/src/gridstack.scss
index 922f07c1c..a293f42fe 100644
--- a/src/gridstack.scss
+++ b/src/gridstack.scss
@@ -1,5 +1,5 @@
/*!
- * required gridstack 1.1.1-dev CSS for default 12 and 1 columnMode size. Use gridstack-extra.css for others
+ * required gridstack 1.1.2-dev CSS for default 12 and 1 columnMode size. Use gridstack-extra.css for others
* https://gridstackjs.com/
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
* gridstack.js may be freely distributed under the MIT license.