Skip to content

Commit

Permalink
rel 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Mar 18, 2018
1 parent c8ea5dc commit 6c276df
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build/js/metro.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Metro 4 Components Library v4.1.0 build 624 (https://metroui.org.ua)
* Metro 4 Components Library v4.1.0 build 625 (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Licensed under MIT
*/
Expand Down Expand Up @@ -79,7 +79,7 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (

var Metro = {

version: "4.1.0-624",
version: "4.1.0-625",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
sheet: null,
Expand Down
4 changes: 2 additions & 2 deletions build/js/metro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h3 id="_compiled_version">Compiled CSS and JS</h3>
<p class="text-small mb-2">
* This doesn’t include documentation, source files, or any optional JavaScript dependencies (jQuery and others).
</p>
<a href="files/metro-4.1.0.zip" class="button">Download</a>
<a href="files/<!-- download -->" class="button">Download</a>

<h3 id="_source_files">Source files</h3>
<p>
Expand Down
4 changes: 2 additions & 2 deletions docs/metro/js/metro.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Metro 4 Components Library v4.1.0 build 624 (https://metroui.org.ua)
* Metro 4 Components Library v4.1.0 build 625 (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Licensed under MIT
*/
Expand Down Expand Up @@ -79,7 +79,7 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (

var Metro = {

version: "4.1.0-624",
version: "4.1.0-625",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
sheet: null,
Expand Down
4 changes: 2 additions & 2 deletions docs/metro/js/metro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Sergey Pimenov",
"name": "metro4",
"version": "4.1.0",
"build": "624",
"build": "625",
"version_suffix": "",
"description": "The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style",
"keywords": [
Expand Down

0 comments on commit 6c276df

Please sign in to comment.