diff --git a/README.md b/README.md index 477c87105..f53e75f5b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Usage ## Grid attributes - - `data-gs-width` - grid width + - `data-gs-width` - amount of columns ## Item attributes @@ -171,6 +171,12 @@ and HTML: ``` +Changes +======= + +#### v0.1.0 (2014-11-18) + + License ======= diff --git a/dist/gridstack.min.js b/dist/jquery.gridstack.min.js similarity index 100% rename from dist/gridstack.min.js rename to dist/jquery.gridstack.min.js diff --git a/src/gridstack.js b/src/jquery.gridstack.js similarity index 100% rename from src/gridstack.js rename to src/jquery.gridstack.js