Skip to content

Commit

Permalink
upd 4.2.47
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jul 29, 2019
1 parent 1275323 commit eecf62c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (
var Metro = {

version: "4.2.47",
compileTime: "29/07/2019 19:28:03",
buildNumber: "730",
compileTime: "29/07/2019 19:33:29",
buildNumber: "731",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
sheet: null,
Expand Down
2 changes: 1 addition & 1 deletion build/js/metro.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/metro/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (
var Metro = {

version: "4.2.47",
compileTime: "29/07/2019 19:28:03",
buildNumber: "730",
compileTime: "29/07/2019 19:33:29",
buildNumber: "731",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
sheet: null,
Expand Down
2 changes: 1 addition & 1 deletion 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.2.47",
"build": "731",
"build": "732",
"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 eecf62c

Please sign in to comment.