Skip to content

Commit

Permalink
upd 4.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jan 1, 2019
1 parent fb7e81b commit 6bfe6bc
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build/css/metro-all.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Metro 4 Components Library v4.2.33 build @@build (https://metroui.org.ua)
* Metro 4 Components Library v4.2.33 build 712 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-colors.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Metro 4 Components Library v4.2.33 build @@build (https://metroui.org.ua)
* Metro 4 Components Library v4.2.33 build 712 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-icons.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Metro 4 Components Library v4.2.33 build @@build (https://metroui.org.ua)
* Metro 4 Components Library v4.2.33 build 712 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Metro 4 Components Library v4.2.33 build @@build (https://metroui.org.ua)
* Metro 4 Components Library v4.2.33 build 712 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Metro 4 Components Library v4.2.33 build @@build (https://metroui.org.ua)
* Metro 4 Components Library v4.2.33 build 712 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
Expand Down
6 changes: 3 additions & 3 deletions build/js/metro.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Metro 4 Components Library v4.2.33 build @@build (https://metroui.org.ua)
* Metro 4 Components Library v4.2.33 build 712 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
Expand Down Expand Up @@ -100,8 +100,8 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (

var Metro = {

version: "4.2.33-dev [19:28 1-0-2019]",
versionFull: "4.2.33-dev [19:28 1-0-2019]",
version: "4.2.33",
versionFull: "4.2.33.712 ",
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.

6 changes: 3 additions & 3 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.2.33 build @@build (https://metroui.org.ua)
* Metro 4 Components Library v4.2.33 build 712 (https://metroui.org.ua)
* Copyright 2019 Sergey Pimenov
* Licensed under MIT
*/
Expand Down Expand Up @@ -100,8 +100,8 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (

var Metro = {

version: "4.2.33-dev [19:28 1-0-2019]",
versionFull: "4.2.33-dev [19:28 1-0-2019]",
version: "4.2.33",
versionFull: "4.2.33.712 ",
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.2.33",
"build": "711",
"build": "712",
"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 6bfe6bc

Please sign in to comment.