Skip to content

Commit b6d06cf

Browse files
committed
docs: change versions and dates
1 parent 6eb691b commit b6d06cf

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Creative Tim
3+
Copyright (c) 2020 Creative Tim
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
![version](https://img.shields.io/badge/version-1.8.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-dashboard-react.svg?maxAge=2592000)]() [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-dashboard-react.svg?maxAge=2592000)]() [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim/material-dashboard?utm_source=share-link&utm_medium=link&utm_campaign=share-link) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)
5+
![version](https://img.shields.io/badge/version-1.9.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-dashboard-react.svg?maxAge=2592000)]() [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-dashboard-react.svg?maxAge=2592000)]() [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim/material-dashboard?utm_source=share-link&utm_medium=link&utm_campaign=share-link) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)
66

77
![Product Gif](src/assets/github/md-react.gif)
88

@@ -213,7 +213,7 @@ If you have questions or need help integrating the product please [contact us](h
213213

214214
## Licensing
215215

216-
- Copyright 2018 Creative Tim (https://www.creative-tim.com)
216+
- Copyright 2020 Creative Tim (https://www.creative-tim.com)
217217
- Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/blob/master/LICENSE.md)
218218

219219
## Useful Links

documentation/assets/css/demo-documentation.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
33
=========================================================
4-
* Material Dashboard React - v1.8.0
4+
* Material Dashboard React - v1.9.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-react
8-
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
8+
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
99
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/blob/master/LICENSE.md)
1010
1111
* Coded by Creative Tim

documentation/assets/css/material-dashboard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
33
=========================================================
4-
* Material Dashboard React- v1.8.0
4+
* Material Dashboard React- v1.9.0
55
=========================================================
66
77
* Product Page: http://www.creative-tim.com/product/material-dashboard-react
8-
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
8+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
99
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/blob/master/LICENSE.md)
1010
1111
=========================================================

documentation/tutorial-components.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/*!
33
44
=========================================================
5-
* Material Dashboard React - v1.8.0
5+
* Material Dashboard React - v1.9.0
66
=========================================================
77
88
* Product Page: https://www.creative-tim.com/product/material-dashboard-react
9-
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
1010
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/blob/master/LICENSE.md)
1111
1212
* Coded by Creative Tim
@@ -48,8 +48,8 @@
4848
/>
4949
<!-- CSS Files -->
5050
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
51-
<link href="assets/css/material-dashboard.css" rel="stylesheet" />
52-
<link href="assets/css/demo-documentation.css" rel="stylesheet" />
51+
<link href="assets/css/material-dashboard.css?v=1.9.0" rel="stylesheet" />
52+
<link href="assets/css/demo-documentation.css?v=1.9.0" rel="stylesheet" />
5353
<style media="screen">
5454
.page-header {
5555
height: 100vh;
@@ -117,7 +117,7 @@
117117
<div class="col-md-8 col-md-offset-2 text-center">
118118
<h1 class="title ">Material Dashboard React</h1>
119119
<h4 class="title">Tutorial and Components</h4>
120-
<h5 class="description">v1.8.0</h5>
120+
<h5 class="description">v1.9.0</h5>
121121
<a
122122
href="https://demos.creative-tim.com/material-dashboard-react/#/documentation/tutorial"
123123
class="btn btn-rose btn-fill btn-round"

gulpfile.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ gulp.task("licenses", async function() {
99
gap.prependText(`/*!
1010
1111
=========================================================
12-
* Material Dashboard React - v1.8.0
12+
* Material Dashboard React - v1.9.0
1313
=========================================================
1414
15-
* Product Page: https://www.creative-tim.com/product/now-ui-kit-pro-react
16-
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
15+
* Product Page: https://www.creative-tim.com/product/material-dashboard-react
16+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
1717
1818
* Coded by Creative Tim
1919
@@ -32,11 +32,11 @@ gulp.task("licenses", async function() {
3232
gap.prependText(`<!--
3333
3434
=========================================================
35-
* Material Dashboard React - v1.8.0
35+
* Material Dashboard React - v1.9.0
3636
=========================================================
3737
38-
* Product Page: https://www.creative-tim.com/product/now-ui-kit-pro-react
39-
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
38+
* Product Page: https://www.creative-tim.com/product/material-dashboard-react
39+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
4040
4141
* Coded by Creative Tim
4242
@@ -55,11 +55,11 @@ gulp.task("licenses", async function() {
5555
gap.prependText(`/*!
5656
5757
=========================================================
58-
* Material Dashboard React - v1.8.0
58+
* Material Dashboard React - v1.9.0
5959
=========================================================
6060
61-
* Product Page: https://www.creative-tim.com/product/now-ui-kit-pro-react
62-
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
61+
* Product Page: https://www.creative-tim.com/product/material-dashboard-react
62+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
6363
6464
* Coded by Creative Tim
6565

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-dashboard-react",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Material Dashboard React. Coded by Creative Tim",
55
"private": false,
66
"main": "dist/index.js",

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/*!
33
44
=========================================================
5-
* Material Dashboard React - v1.8.0
5+
* Material Dashboard React - v1.9.0
66
=========================================================
77
88
* Product Page: https://www.creative-tim.com/product/material-dashboard-react
9-
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
1010
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/blob/master/LICENSE.md)
1111
1212
* Coded by Creative Tim

src/assets/css/material-dashboard-react.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
33
=========================================================
4-
* Material Dashboard React - v1.8.0 based on Material Dashboard - v1.2.0
4+
* Material Dashboard React - v1.9.0 based on Material Dashboard - v1.2.0
55
=========================================================
66
77
* Product Page: http://www.creative-tim.com/product/material-dashboard-react
8-
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
8+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
99
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/blob/master/LICENSE.md)
1010
1111
=========================================================

src/assets/jss/material-dashboard-react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
33
=========================================================
4-
* Material Dashboard React - v1.8.0 based on Material Dashboard - v1.2.0
4+
* Material Dashboard React - v1.9.0 based on Material Dashboard - v1.2.0
55
=========================================================
66
77
* Product Page: http://www.creative-tim.com/product/material-dashboard-react
8-
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
8+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
99
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-react/blob/master/LICENSE.md)
1010
1111
=========================================================

0 commit comments

Comments
 (0)