Skip to content

Commit

Permalink
upd 4.2.44
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jun 3, 2019
1 parent dd732b4 commit d07ac03
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ It's an independent project with its ongoing development made possible entirely

### Donation

![Donations on Patreon](https://img.shields.io/badge/Patreon-$28-red.svg)
![Donations on Patreon](https://img.shields.io/badge/Patreon-$119-red.svg)
![Donations on Open Collective](https://img.shields.io/badge/OpenCollective-$0-darklime.svg)

### Community
Expand Down
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.44",
compileTime: "03/06/2019 10:29:35",
compileTime: "03/06/2019 10:32:10",
buildNumber: "725",
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.44",
compileTime: "03/06/2019 10:29:35",
compileTime: "03/06/2019 10:32:10",
buildNumber: "725",
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.

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.44",
"build": "725",
"build": "726",
"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 d07ac03

Please sign in to comment.