From 354ccd80a2b2a21d2831e5e4547449bb40ca6a6e Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Tue, 18 Nov 2014 18:41:21 -0800 Subject: [PATCH] rename files. prepare to v0.1.0 --- README.md | 8 +++++++- dist/{gridstack.min.js => jquery.gridstack.min.js} | 0 src/{gridstack.js => jquery.gridstack.js} | 0 3 files changed, 7 insertions(+), 1 deletion(-) rename dist/{gridstack.min.js => jquery.gridstack.min.js} (100%) rename src/{gridstack.js => jquery.gridstack.js} (100%) diff --git a/README.md b/README.md index 477c871..f53e75f 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