Skip to content

Commit

Permalink
changes version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu committed Aug 16, 2018
1 parent 1d95c5f commit fbcd45c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/tutorial-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div class="col-md-8 col-md-offset-2 text-center">
<h1 class="title ">Material Kit React</h1>
<h4 class="title">Tutorial and Components</h4>
<h5 class="description">v1.1.0</h5>
<h5 class="description">v1.2.0</h5>
<a href="https://creativetimofficial.github.io/material-kit-react/#/documentation/tutorial" class="btn btn-rose btn-fill btn-round" target="_blank">View documentation</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/jss/material-kit-react.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
=========================================================
* Material Kit React - v1.1.0 based on Material Kit - v2.0.2
* Material Kit React - v1.2.0 based on Material Kit - v2.0.2
=========================================================
* Product Page: https://www.creative-tim.com/product/material-kit-react
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/material-kit-react.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! =========================================================
*
* Material Kit React v1.1.0 based on Material Kit Free - v2.0.2 (Bootstrap 4.0.0 Final Edition)
* Material Kit React v1.2.0 based on Material Kit Free - v2.0.2 (Bootstrap 4.0.0 Final Edition)
*
* =========================================================
*
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/material-kit-react.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! =========================================================
*
* Material Kit React v1.1.0 based on Material Kit Free - v2.0.2 (Bootstrap 4.0.0 Final Edition)
* Material Kit React v1.2.0 based on Material Kit Free - v2.0.2 (Bootstrap 4.0.0 Final Edition)
*
* =========================================================
*
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Router, Route, Switch } from "react-router-dom";

import indexRoutes from "routes/index.jsx";

import "assets/scss/material-kit-react.css?v=1.1.0";
import "assets/scss/material-kit-react.css?v=1.2.0";

var hist = createBrowserHistory();

Expand Down

0 comments on commit fbcd45c

Please sign in to comment.