Skip to content

Commit

Permalink
upd 4.2.45
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jun 17, 2019
1 parent 0cc29b6 commit 4ef7883
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 @@ -119,7 +119,7 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (
var Metro = {

version: "4.2.45",
compileTime: "17/06/2019 17:44:18",
compileTime: "17/06/2019 17:47:17",
buildNumber: "726",
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.

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

version: "4.2.45",
compileTime: "17/06/2019 17:44:18",
compileTime: "17/06/2019 17:47:17",
buildNumber: "726",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
Expand Down
2 changes: 1 addition & 1 deletion docs/metro/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.2.45",
"build": "726",
"build": "727",
"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 @@ -52,4 +52,4 @@
"dependencies": {
"jquery": "^3.4.0"
}
}
}

0 comments on commit 4ef7883

Please sign in to comment.