Skip to content

Commit

Permalink
2.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniker committed Nov 12, 2017
1 parent 44d0206 commit c524fe1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ __Demo__ http://www.framycss.org/demo
Just include a specific version like this:
```
// CSS
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.8.1/dist/css/framy.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.8.2/dist/css/framy.min.css">
// JS
<script src="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.8.1/dist/js/framy.js"></script>
<script src="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.8.2/dist/js/framy.js"></script>
```

Or just the CSS flexbox grid:
```
// Just the CSS flexbox grid
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.8.1/dist/css/framy.grid.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.8.2/dist/css/framy.grid.min.css">
```

https://www.jsdelivr.com/package/gh/aaroniker/framy-css
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "framy-css",
"description": "Framy is a free and very simple CSS Framework for developing responsive & modern websites.",
"main": "dist/css/framy.min.css",
"version": "2.8.1",
"version": "2.8.2",
"keywords": [
"css",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section id="sidebar">

<h1>Framy</h1>
<span class="info">Version <strong>2.8.1</strong></span>
<span class="info">Version <strong>2.8.2</strong></span>

<hr>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/aaroniker/framy-css.git"
},
"version": "2.8.1",
"version": "2.8.2",
"keywords": [
"css",
"sass",
Expand Down

0 comments on commit c524fe1

Please sign in to comment.