Skip to content

Commit ae4a451

Browse files
committed
Update bootstrap version
Update app version
1 parent 295720b commit ae4a451

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<p align="center">
1414
<strong>
15-
<a href="http://modularcode.github.io/modular-admin-html/" target="_blank">View Demo</a> | <a href="https://github.com/modularcode/modular-admin-html/releases/download/v1.0.1/modular-admin-html-1.0.1.zip" target="_blank">Download ZIP</a>
15+
<a href="http://modularcode.github.io/modular-admin-html/" target="_blank">View Demo</a> | <a href="https://github.com/modularcode/modular-admin-html/releases/download/v1.1.0/modular-admin-html-1.1.0.zip" target="_blank">Download ZIP</a>
1616
</strong>
1717
</p>
1818
[ModularAdmin](http://modularcode.github.io/modular-admin-html/) is an open source dashboard theme built in a modular way. That makes it extremely easy to scale, modify and maintain.
@@ -21,9 +21,9 @@
2121

2222
## Download
2323

24-
You can download this project in 2 different ways: <a href="https://github.com/modularcode/modular-admin-html/releases/download/v1.0.1/modular-admin-html-1.0.1.zip" target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
24+
You can download this project in 2 different ways: <a href="https://github.com/modularcode/modular-admin-html/releases/download/v1.1.0/modular-admin-html-1.1.0.zip" target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
2525

26-
#### [Download ZIP](https://github.com/modularcode/modular-admin-html/releases/download/v1.0.1/modular-admin-html-1.0.1.zip)
26+
#### [Download ZIP](https://github.com/modularcode/modular-admin-html/releases/download/v1.1.0/modular-admin-html-1.1.0.zip)
2727

2828
The downloaded zip file will contain ```dist/``` folder which is compiled version of the project (with all scripts are merged together, processed styles and templates). You can use it as final result, but for development you should use aplication sources locaed in ```src/``` folder and rebuild the project. See [development](#development).
2929

Diff for: bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "modular-admin-html",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"devDependencies": {},
55
"dependencies": {
66
"animate.css": "~3.4.0",
7-
"bootstrap": "v4.0.0-alpha.2",
7+
"bootstrap": "v4.0.0-alpha.5",
88
"font-awesome": "~4.3.0",
99
"jquery": "~2.1.4",
1010
"jquery-flot": "~0.8.3",
@@ -18,7 +18,7 @@
1818
"quill": "~0.20.1",
1919
"responsive-bootstrap-toolkit": "~2.5.0",
2020
"Sortable": "~1.4.2",
21-
"tether": "~1.1.1",
21+
"tether": "~1.3.7",
2222
"tinycolor": "~1.2.1",
2323
"dropzone": "~4.2.0"
2424
},

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modular-admin-html",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "ModularAdmin: Free Dashboard Theme; html version",
55
"repository": {
66
"type": "git",

Diff for: src/_common/_styles/layout.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.row {
22
.col {
3-
padding-left: $grid-gutter-width/2;
4-
padding-right: $grid-gutter-width/2;
3+
padding-left: $grid-gutter-width-base/2;
4+
padding-right: $grid-gutter-width-base/2;
55
float: left;
66
}
77
}

0 commit comments

Comments
 (0)