Skip to content

Commit

Permalink
upd 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Oct 20, 2019
1 parent aa7dfaa commit 585fb39
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -3607,7 +3607,7 @@ var isTouch = (('ontouchstart' in window) || (navigator["MaxTouchPoints"] > 0) |
var Metro = {

version: "4.3.2",
compileTime: "20/10/2019 17:52:15",
compileTime: "20/10/2019 17:53:59",
buildNumber: "739",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
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 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.3.2",
"build": "739",
"build": "740",
"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 Expand Up @@ -62,4 +62,4 @@
"start-server-and-test": "^1.10.0",
"time-grunt": "^2.0.0"
}
}
}
2 changes: 1 addition & 1 deletion test/metro/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -3607,7 +3607,7 @@ var isTouch = (('ontouchstart' in window) || (navigator["MaxTouchPoints"] > 0) |
var Metro = {

version: "4.3.2",
compileTime: "20/10/2019 17:52:15",
compileTime: "20/10/2019 17:53:59",
buildNumber: "739",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
Expand Down
2 changes: 1 addition & 1 deletion test/metro/js/metro.min.js

Large diffs are not rendered by default.

0 comments on commit 585fb39

Please sign in to comment.