Skip to content

Commit

Permalink
pre-release tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kunka committed Dec 10, 2016
1 parent 55c5459 commit df7e147
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions demos/mixitup.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/mixitup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
* MixItUp v3.0.0-beta
* MixItUp v3.0.0
* A high-performance, dependency-free library for animated filtering, sorting and more
* Build 919492af-fbe1-4c34-a2e3-7005f6af88ab
* Build 47693865-4fa6-4558-8a21-d91e4c4dd7c8
*
* @copyright Copyright 2014-2016 KunkaLabs Limited.
* @author KunkaLabs Limited.
Expand All @@ -10,7 +10,7 @@
* @license Commercial use requires a commercial license.
* https://www.kunkalabs.com/mixitup/licenses/
*
* Non-commercial use permitted under same terms as license.
* Non-commercial use permitted under same terms as CC BY-NC 3.0 license.
* http://creativecommons.org/licenses/by-nc/3.0/
*/

Expand Down Expand Up @@ -10333,5 +10333,5 @@
mixitup.registerJqPlugin(jq);
}
mixitup.NAME = 'mixitup';
mixitup.CORE_VERSION = '3.0.0-beta';
mixitup.CORE_VERSION = '3.0.0';
})(window);
8 changes: 4 additions & 4 deletions dist/mixitup.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "mixitup",
"title": "MixItUp",
"version": "3.0.0-beta",
"version": "3.0.0",
"description": "A high-performance, dependency-free library for animated filtering, sorting and more",
"author": "KunkaLabs Limited",
"homepage": "https://www.kunkalabs.com/mixitup/",
"license": "SEE LICENSE IN license.md",
"license": "SEE README.md",
"private": true,
"main": "./dist/mixitup.min.js",
"main": "./dist/mixitup.js",
"scripts": {
"test": "mocha ./tests/unit/main.js",
"cover": "istanbul cover _mocha ./tests/unit/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
* @license Commercial use requires a commercial license.
* {{commercialLicenseUrl}}
*
* Non-commercial use permitted under same terms as {{nonComercialLicenseTitle}} license.
* Non-commercial use permitted under same terms as CC BY-NC 3.0 license.
* {{nonCommercialLicenseUrl}}
*/

0 comments on commit df7e147

Please sign in to comment.