Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dixso committed Aug 4, 2015
1 parent 01a6214 commit e50f3d9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = function ( grunt ) {
' * classList - http://purl.eligrey.com/github/classList.js/blob/master/classList.js\n' +
' * addEventListener - https://gist.github.com/2864711/946225eb3822c203e8d6218095d888aac5e1748e\n' +
' * :scope polyfill - http://stackoverflow.com/questions/6481612/queryselector-search-immediate-children\n' +
' * forEach - http://es5.github.com/#x15.4.4.18\n' +
' * Object.assign() - https://developer.mozilla.org/es/docs/Web/JavaScript/Referencia/Objetos_globales/Object/assign\n' +
' * Array.isArray() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray\n' +
' *\n' +
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mobile",
"ui"
],
"version": "2.2.6",
"version": "3.0.0",
"author": {
"name": "Julio de la Calle",
"email": "juliodlcp@gmail.com"
Expand Down
4 changes: 2 additions & 2 deletions dist/custombox.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/custombox.min.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions dist/legacy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- Internal CSS -->
<link rel="stylesheet" href="demo/css/demo.css">
<!-- injector:css -->
<link rel="stylesheet" href="src/css/custombox.css">
<link rel="stylesheet" href="dist/custombox.min.css">
<!-- endinjector -->
</head>
<body>
Expand Down Expand Up @@ -642,8 +642,8 @@ <h4 class="title">Modal title</h4>

<!-- Internal JavaScript -->
<!-- injector:js -->
<script src="src/js/legacy.js"></script>
<script src="src/js/custombox.js"></script>
<script src="dist/custombox.min.js"></script>
<script src="dist/legacy.min.js"></script>
<!-- endinjector -->
<script src="demo/js/demo.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "custombox",
"description": "Modal Window Effects with transitions CSS3.",
"version": "2.2.6",
"version": "3.0.0",
"licenses": [
{
"type": "MIT",
Expand Down

0 comments on commit e50f3d9

Please sign in to comment.