Skip to content

Commit

Permalink
tech commit
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Mar 3, 2018
1 parent 92dcd0c commit d3c3790
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.0.2 build 611-beta (https://metroui.org.ua)
* Metro 4 Components Library v4.0.2 build 612-beta (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Licensed under MIT
*/
Expand Down Expand Up @@ -71,7 +71,7 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (

var Metro = {

version: "4.0.2-611-beta",
version: "4.0.2-612-beta",
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 @@ -50,7 +50,7 @@ <h5>Table of contents</h5>
<li class="toc-entry"><a href="#_compiled_version">Compiled version</a></li>
<li class="toc-entry"><a href="#_source_files">Source files</a></li>
<li class="toc-entry"><a href="#_cdn">Metro CDN</a></li>
<li class="toc-entry">
<li class="toc-entry d-none">
<a href="#_package_managers">Package managers</a>
<ul>
<li><a href="#_pm_npm">npm</a></li>
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.0.2 build 611-beta (https://metroui.org.ua)
* Metro 4 Components Library v4.0.2 build 612-beta (https://metroui.org.ua)
* Copyright 2018 Sergey Pimenov
* Licensed under MIT
*/
Expand Down Expand Up @@ -71,7 +71,7 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (

var Metro = {

version: "4.0.2-611-beta",
version: "4.0.2-612-beta",
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.0.2",
"build": "611",
"build": "612",
"version_suffix": "-beta",
"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 d3c3790

Please sign in to comment.